mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 15:35:45 +01:00
Lots of rangefinder and Gecko 2 tabbing fixes.
This commit is contained in:
@@ -104,7 +104,7 @@ const History = Module("history", {
|
||||
return dactyl.open(items.map(function (i) i.url), dactyl.NEW_TAB);
|
||||
|
||||
if (filter.length > 0)
|
||||
dactyl.echoerr("E283: No history matching \"" + filter + "\"");
|
||||
dactyl.echoerr("E283: No history matching " + filter.quote());
|
||||
else
|
||||
dactyl.echoerr("No history set");
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user