From: Daniel Carl <danielcarl@gmx.de>
Date: Thu, 27 Apr 2017 19:13:10 +0000 (+0200)
Subject: Add bookmark completion to manual page #365.
X-Git-Url: https://git.owens.tech/112-editable-focus.html/112-editable-focus.html/git?a=commitdiff_plain;h=aedf17db09771100122503aae3a20f8d450f36ba;p=vimb.git

Add bookmark completion to manual page #365.
---

diff --git a/doc/vimb.1 b/doc/vimb.1
index 2297c6c..22a0a91 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -671,6 +671,27 @@ will complete only URIs that contain the words foo and bar.
 .PD
 .RE
 .TP
+.B bookmarks
+The bookmark completion is similar to the history completion, but does match
+only the tags of the bookmarks.
+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
+Example:
+.RS
+.PD 0
+.IP ":open \fB!\fPfoo ba"
+will match all bookmarks that have tags starting with "foo" and "ba".
+If the bookmark does not have any tags set, the URL is split on `.' and `/'
+into tags.
+.PD
+.RE
+.TP
+.B boomark tags
+The boomark tag completion allows the insertion of already used bookmarks for the
+`:bma ` commands.
+.TP
 .B search
 The search completion allows a filtered list of already done searches.
 This completion starts by `/` or `?` in inputbox and performs a prefix