Fixed none escaped \ in manpage.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 22 Sep 2014 20:38:26 +0000 (22:38 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 22 Sep 2014 20:38:26 +0000 (22:38 +0200)
doc/vimb.1

index 427f0e6..0dbb7b2 100644 (file)
@@ -676,7 +676,7 @@ shell patterns.
 Matches any single character except of '/'.
 .IP "\fB{one,two}\fP"
 Matches 'one' or 'two'. Any '{', ',' and '}' within this pattern must be
-escaped by a '\'. '*' and '?' have no special meaning within the curly braces.
+escaped by a '\\'. '*' and '?' have no special meaning within the curly braces.
 .IP "\fB\[char92]\fP"
 Use backslash to escape the special meaning of '?*{},' in the pattern or
 pattern list.