From 5724385b2fe2807c55f5d39aa628e186c2a03559 Mon Sep 17 00:00:00 2001 From: Alan Franzoni Date: Sun, 27 Jan 2013 21:49:37 +0100 Subject: [PATCH] Fix: missing escaping of < and > . Missing escape of < and > resulted in missing rendering for NERDToggleComment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f37cf..57ffd62 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Comment out the current line or text selected in visual mode. Same as \cc but forces nesting. -**[count]\c |NERDComToggleComment|** +**[count]\c\ |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.