1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 08:44:10 +01:00

better tab completion for URL commands, tokenize "filter" on \s+ and match each of the tokens

This commit is contained in:
Martin Stubenschrott
2007-10-18 17:38:59 +00:00
parent 129f7f23f7
commit 9dfc4a7d40
3 changed files with 16 additions and 16 deletions

View File

@@ -283,7 +283,7 @@ function Bookmarks() //{{{
if (items.length == 0)
{
if (filter.length > 0)
if (filter.length > 0 || tags.length > 0)
vimperator.echoerr("E283: No bookmarks matching \"" + filter + "\"");
else
vimperator.echoerr("No bookmarks set");