Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0026-Look-for-bib-files-in-included-files.patch | Look for bib-files in included files | Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2020-02-12 | ||
0025-Modelines-are-evil.patch | Modelines are evil. Fixes vim-latex/vim-latex#167 |
Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2020-02-03 | ||
changelog.diff | Changelog fetched from github https://github.com/vim-latex/vim-latex |
Johann Felix Soden <johfel@debian.org> | no | upstream git log, trailing whitespaces removed | 2021-02-05 | |
disabledby.diff | support disabling the whole latex-suite by defining the 'did_latexSuite_disabled' global variable | Stefano Zacchiroli <zack@debian.org> | no | 2021-02-05 | ||
remove_escape_key_from_filedialog.diff | Remove escape key from filebrowser Some shells send escape-key-sequences for the arrow keys. So the filebrowser should not be closed when using arrow keys. |
Johann Felix Soden <johfel@debian.org> | no | debian | 2021-02-05 | |
fix-for-lintian-python3 | Use python3 instead of python2 for lintian. | Johann Felix Soden <johfel@debian.org> | no | 2021-02-05 | ||
fix-for-python3 | Convert domutils.py to python3 | Johann Felix Soden <johfel@debian.org> | no | 2021-02-05 | ||
0006-Clarify-documentation-of-cite-completion.patch | Clarify documentation of \cite completion Fix vim-latex/vim-latex#120 |
Gerd Wachsmuth <gerd.wachsmuth@mathematik.tu-chemnitz.de> | no | 2018-01-16 | ||
0007-Fix-bug-with-s-viewer-being-empty.patch | Fix bug with s:viewer being empty Fix vim-latex/vim-latex#122 |
Gerd Wachsmuth <gerd.wachsmuth@mathematik.tu-chemnitz.de> | no | 2018-01-31 | ||
0008-Set-makeprg-if-Makefile-is-present.patch | Set makeprg if Makefile is present Fix vim-latex/vim-latex#125 |
Gerd Wachsmuth <gerd.wachsmuth@mathematik.tu-chemnitz.de> | no | 2018-02-19 | ||
0009-Map-w-to-omega-and-o-to-omicron.patch | Map "`w" to "\omega" and "`o" to "\omicron" * The setting in the main.vim that mapped "`w " to "\wedge" is deleted since we already have "`&" mapped for that. Having two keys mapping to the same thing while `\omega` has no key-mapping is a waste and also very likely to be an accidental mistake. * Also added a new mapping that would expand "`o" to "\omicron". While the letters may seem similar in use but this change helps to make the behavior of the plugin consistant with the description on the manual. Besides "`o" has no mapping before. |
HuangZonghao <coding@hzh.io> | no | 2018-02-16 | ||
0010-Update-the-documents-to-refelct-the-changes-of-mappi.patch | Update the documents to refelct the changes of mapping `w to \omega Changes in documentation have been made in observance of mapping `w back to \omega and mapping `o to \omicron |
HuangZonghao <coding@hzh.io> | no | 2018-02-20 | ||
0011-Expand-all-Capital-Greek-Letters-as-well-disregardin.patch | Expand all Capital Greek Letters as well, disregarding the availability in LaTex. Now all the capital greeks letters can be expanded. But user need to manually define the unsupported commands by themselves. |
HuangZonghao <coding@hzh.io> | no | 2018-02-21 | ||
0012-Update-the-docs-to-reflect-the-changes-made-to-expan.patch | Update the docs to reflect the changes made to expand all the Capital Greek Letters | HuangZonghao <coding@hzh.io> | no | 2018-02-21 | ||
0013-Fix-logic-to-re-open-folds-if-Tex_AutoFolding-is-dis.patch | Fix logic to re-open folds if Tex_AutoFolding is disabled (#130) As per comment MakeTexFolds was not called manually in this case. |
Christian Ebert <blacktrash@gmx.net> | no | 2018-03-14 | ||
0014-Fix-Detect-fold-text-for-indented-sections.patch | Fix: Detect fold text for indented sections See vim-latex/vim-latex#129 |
Gerd Wachsmuth <gerd.wachsmuth@mathematik.tu-chemnitz.de> | no | 2018-03-30 | ||
0015-Try-to-improve-performance-of-ParseSectionTitle.patch | Try to improve performance of ParseSectionTitle | Gerd Wachsmuth <gerd.wachsmuth@mathematik.tu-chemnitz.de> | no | 2018-03-30 | ||
0016-Fix-expansion-of-abbreviations-in-the-middle-of-a-li.patch | Fix expansion of abbreviations in the middle of a line | Filipe Brandenburger <filbranden@gmail.com> | no | 2018-09-06 | ||
0017-Do-not-set-tex-options-on-bib-files.patch | Do not set tex options on bib files | Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2018-09-07 | ||
0018-All-python-strings-as-raw-strings.patch | All python strings as raw strings Fix vim-latex/vim-latex#143 |
Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2018-09-07 | ||
0019-Set-alias-to-environment-keyword-148.patch | Set alias to environment keyword (#148) Aliases for environments and commands * Fix xml for b523d67 * Add g:Tex_Env_name_aliasto macro for environment aliases This feature enables user to set alias to the environment keywords to be expanded, so that user could save keystrokes by setting shorter keywords * Add g:Tex_Com_name_aliasto macro for command aliases |
Huang Zonghao <huangzonghao@users.noreply.github.com> | no | 2018-10-03 | ||
0020-Use-1-instead-of-v-true.patch | Use 1 instead of v:true Fix vim-latex/vim-latex#149 |
Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2018-11-13 | ||
0021-Remove-unique-from-mapping-command.patch | Remove <unique> from mapping command. Fix #151 |
Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2018-12-18 | ||
0022-Infect-bib-files-with-IMAPs.patch | Infect bib-files with IMAPs Fix vim-latex/vim-latex#154 |
Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2019-02-04 | ||
0023-Fixed-s-viewer-undefined-bug-for-macosx.patch | Fixed s:viewer undefined bug for macosx This commit implements a solution to the bug reported in issue #159. |
rdmol <robin.demol@ugent.be> | no | 2019-06-05 | ||
0024-Catch-some-exceptions.patch | Catch some exceptions | Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2019-09-17 | ||
0027-Escape-some-spaces.patch | Escape some spaces Fix vim-latex/vim-latex#181 |
Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2020-06-30 | ||
0028-Remove-as-fold-section-end-marker.patch | Remove '<<<' as fold-section-end-marker Fix vim-latex/vim-latex#188 |
Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2020-11-23 | ||
0029-Initialize-foundCiteFile.patch | Initialize foundCiteFile Fix vim-latex/vim-latex#186 |
Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2020-11-23 | ||
0030-Add-comment-concerning-command-folding.patch | Add comment concerning command folding Fix vim-latex/vim-latex#189 |
Gerd Wachsmuth <gerd.wachsmuth@b-tu.de> | no | 2020-11-23 | ||
0031-Add-quotes-to-file-names-in-compile-rules.patch | Add quotes to file names in compile rules | Alexander Zhang <zhangalexy@gmail.com> | no | 2020-10-13 |