1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
vim-scripts (7.1.3) unstable; urgency=low
* NERD Commenter rename and mapleader changes.
NERD Commenter upstream has renamed the .vim filename from
NERD_comments.vim to NERD_commenter.vim, you need to re-enable the script
in your system: "vim-addons install nerd-commenter" should to the trick if
you already changed to the new way of managing vim addons (see the
vim-addon-manager package for more info).
In addition to that, the leader key for all NERD Commenter mapping has
been changed upstream from '\' to ',', to avoid key clashes with the
popular vcscommand plugin. See ":help NERDMapleader" if you want to have
back the old behaviour.
-- Stefano Zacchiroli <zack@debian.org> Tue, 24 Jul 2007 09:39:39 +0200
vim-scripts (7-1) unstable; urgency=low
* The plugins CVSCommand.vim and SVNCommand.vim has been merged into a
single plugin, namely VCSCommand.vim. As a consequence, almost all
commands formerly named CVSxxx have been renamed to VCSxxx.
See /usr/share/doc/vim-scripts/CHANGES.CVSCommand.txt for details.
-- Stefano Zacchiroli <zack@debian.org> Tue, 22 Aug 2006 20:52:21 +0200
|