Fix: missing escaping of < and > .

Missing escape of < and > resulted in missing <space> rendering for NERDToggleComment.
This commit is contained in:
Alan Franzoni
2013-01-27 21:49:37 +01:00
parent 0b3d928dce
commit 5724385b2f

View File

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