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 3e7695b3668e6e5d00c0ba02fa067398b67de40a (commit)
from d9e5f3e9542be737a08fd26b3ff45801df41a493 (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 3e7695b3668e6e5d00c0ba02fa067398b67de40a
Author: Till Maas <ope...@ti...>
Date: Sat Nov 15 16:28:19 2014 +0100
Restore registers with setreg()
Do not use "let @a = _a" to restore registers, since this adds an extra line
feed character to the register.
References:
- http://stackoverflow.com/questions/26896399/why-does-let-modify-the-value-it-assigns
- https://bugzilla.redhat.com/show_bug.cgi?id=1163518
Patch idea by Daniel Wagner <me...@dm...>
-----------------------------------------------------------------------
Summary of changes:
ftplugin/latex-suite/custommacros.vim | 2 +-
ftplugin/latex-suite/main.vim | 4 ++--
ftplugin/latex-suite/packages.vim | 4 ++--
ftplugin/latex-suite/templates.vim | 2 +-
plugin/imaps.vim | 6 +++---
5 files changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|