Fix markdown in README to make the space visible

This commit is contained in:
Alexey Sokolov
2015-10-09 09:45:34 +01:00
parent 5cc672a4f2
commit 0bbb2da023

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.