mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:32:27 +01:00
added :buffers [filter]
This commit is contained in:
@@ -787,7 +787,7 @@ function Completion() //{{{
|
||||
// FIXME: liberator.has("tabs")
|
||||
let items = [];
|
||||
let xml = <table/>
|
||||
filter = filter || "";
|
||||
filter = (filter || "").toLowerCase();
|
||||
|
||||
for (let [i, browser] in tabs.browsers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user