Use URL for bookmark completion too (#189).
authorDaniel Carl <danielcarl@gmx.de>
Wed, 11 Mar 2015 21:15:22 +0000 (22:15 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 11 Mar 2015 21:15:22 +0000 (22:15 +0100)
commit59634fdca8e056c2e2f8c22050bf73011c044d8b
tree98356f639ae41a3bcf8462091839e7c8ec896ac8
parent7392e9a8afa7888260fc5f8d5643a5d40411c547
Use URL for bookmark completion too (#189).

In case the bookmark has no tags, it was not possible to filter the generated
completion list. This patch allows to use the URL of the bookmark for the tag
matching in case no tags are available. This is done by splitting the URL on
'.' and '/' characters.
doc/vimb.1
src/bookmark.c