Package: vim-latexsuite / 20100129-2

Metadata

Package Version Patches format
vim-latexsuite 20100129-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
changelog.diff | (download)

Changelog | 8030 8030 + 0 - 0 !
1 file changed, 8030 insertions(+)

 changelog fetched from website
disabledby.diff | (download)

compiler/tex.vim | 4 4 + 0 - 0 !
ftplugin/bib_latexSuite.vim | 4 4 + 0 - 0 !
ftplugin/tex_latexSuite.vim | 4 4 + 0 - 0 !
indent/tex.vim | 4 4 + 0 - 0 !
plugin/SyntaxFolds.vim | 4 4 + 0 - 0 !
plugin/filebrowser.vim | 4 4 + 0 - 0 !
plugin/imaps.vim | 4 4 + 0 - 0 !
plugin/libList.vim | 4 4 + 0 - 0 !
plugin/remoteOpen.vim | 4 4 + 0 - 0 !
9 files changed, 36 insertions(+)

 support disabling the whole latex-suite by defining the 'did_latexsuite_disabled' global variable
remove_escape_key_from_filedialog.diff | (download)

plugin/filebrowser.vim | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 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.
upstream1105 fix_outline.main.diff | (download)

ftplugin/latex-suite/texviewer.vim | 23 10 + 13 - 0 !
1 file changed, 10 insertions(+), 13 deletions(-)

 properly escapee arguments for outline.main
 - a the usage of fnameescape in changeset 1098 was not correct for running
   outline.main or outline.py. This has now been corrected using vim.eval and
   shellescape

remove_some_default_errorformats.diff | (download)

compiler/tex.vim | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 remove some default error formats.
 The default error patterns, that are removed by this patch, match wrongly version
 messages (for example of revtex4).
 The comparable error formats in compiler/tex.vim are less error-prone.