From 0bbb2da023bbd812689eb4f917b2b18d4323d444 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 9 Oct 2015 09:45:34 +0100 Subject: [PATCH] Fix markdown in README to make the space visible --- 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.