projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2abb7d2
)
Fixed typo in manual page #287
author
Daniel Carl
<danielcarl@gmx.de>
Sun, 24 Jul 2016 21:32:01 +0000
(23:32 +0200)
committer
GitHub
<noreply@github.com>
Sun, 24 Jul 2016 21:32:01 +0000
(23:32 +0200)
doc/vimb.1
patch
|
blob
|
history
diff --git
a/doc/vimb.1
b/doc/vimb.1
index
7c0e2ea
..
857240f
100644
(file)
--- a/
doc/vimb.1
+++ b/
doc/vimb.1
@@
-979,7
+979,7
@@
will complete only URIs that contain the words foo and bar.
.B bookmarks
The bookmark completion is similar to the history completion, but does match
only the tags of the bookmarks.
-The bookmark completion is
t
started by `:open \fB!\fP`
+The bookmark completion is started by `:open \fB!\fP`
or `:tabopen \fB!\fP` and does a prefix search for all given words in
the bookmark tags.
.sp