Ensure <space> is shown on Readme for toggle

Fixes #136.
This commit is contained in:
David Beitey 2014-03-06 23:49:28 +10:00
parent 0b3d928dce
commit 842409b3dc

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.