Fix insert-mode <plug>NERDCommenterInsert mapping.

This was broken by the refactoring that introduced s:CreateMaps().
This commit is contained in:
Ingo Karkat
2012-10-23 15:19:36 +02:00
parent 17168b0d61
commit f4b1a46a41
2 changed files with 3 additions and 1 deletions

View File

@@ -300,7 +300,7 @@ between them.
NOTE: prior to version 2.1.17 this was mapped to ctrl-c. To restore this
mapping add >
let NERDComInsertMap='<c-c>'
imap <C-c> <plug>NERDCommenterInsert
<
to your vimrc.