Escape <space> for NERDComToggleComment mapping

This commit is contained in:
Ezequias Dinella 2015-02-02 11:42:21 -02:00
parent 6549cfde45
commit 29dc14db02

View File

@ -42,7 +42,7 @@ Comment out the current line or text selected in visual mode.
Same as \<leader\>cc but forces nesting.
**[count]\<leader\>c<space> |NERDComToggleComment|**
**[count]\<leader\>c\<space\> |NERDComToggleComment|**
Toggles the comment state of the selected line(s). If the topmost selected
line is commented, all selected lines are uncommented and vice versa.