projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be4c0ed
)
Fixed none escaped \ in manpage.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 22 Sep 2014 20:38:26 +0000
(22:38 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 22 Sep 2014 20:38:26 +0000
(22:38 +0200)
doc/vimb.1
patch
|
blob
|
history
diff --git
a/doc/vimb.1
b/doc/vimb.1
index
427f0e6
..
0dbb7b2
100644
(file)
--- a/
doc/vimb.1
+++ b/
doc/vimb.1
@@
-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.