On 5/30/06, Vigil <[EMAIL PROTECTED]> wrote:
I try to use cvscommit.vim with NERD_comments, but they both use some \c mappings. The blurb in cvscommit.vim says I can use something like "nnoremap ,ca <Plug>CVSAdd" instead. I put all the cvscommit mappings in my ~/.vimrc, formatted in this new way, but it does not seem to recognise any of the ,c maps, neither does it give an error. I can use the \c maps as normal NERD_comments maps.
Looks like a bug in the cvscommand documentation. Don't use the 'noremap' portion of that command, as that kills the functionality. Instead just do something like: nmap ,ca <Plug>CVSAdd Thank you, bob
