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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user