This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 9680280a68d1f4d3dc7d0c0d13e81c099753c460 (commit)
via 15a7e76089ca9d88f2763e3f973c04727e04e7a1 (commit)
via c9a8d973cc72beb42457e213fbc8ad498559990d (commit)
from 32eeda4d22a10da2fe8472e8c524ddbbacc00862 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9680280a68d1f4d3dc7d0c0d13e81c099753c460
Author: Gerd Wachsmuth <ger...@ma...>
Date: Tue Oct 14 20:51:54 2014 +0200
Reverted changes from kaihowl in texviewer.vim
commit 15a7e76089ca9d88f2763e3f973c04727e04e7a1
Author: kaihowl <ka...@ho...>
Date: Sat Sep 13 09:20:35 2014 +0200
Fix #9 restoring of cwd
The s:origdir variable was local to the source file. Since all functions used
the same name for the variable to save the old working directory, restoring did
not work with nested function calls as one call would overwrite the restore
value of a function invocation higher up the stack.
This was fixed by replacing s:origdir with a local variable l:origdir
commit c9a8d973cc72beb42457e213fbc8ad498559990d
Author: Arne Skjærholt <arn...@gm...>
Date: Tue Feb 4 15:02:54 2014 +0100
Trigger citation completion on \Cite as well as \cite.
This is useful for BibLaTeX users, where there is a \Cite* family of commands.
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/compiler.vim | 24 ++++++++++++------------
ftplugin/latex-suite/main.vim | 4 ++--
ftplugin/latex-suite/texproject.vim | 4 ++--
ftplugin/latex-suite/texviewer.vim | 2 +-
4 files changed, 17 insertions(+), 17 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|