mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 18:15:46 +01:00
Move template.listCompleter to completion. Some other cleanup/fixes
This commit is contained in:
@@ -748,7 +748,7 @@ function Tabs() //{{{
|
||||
|
||||
list: function (filter)
|
||||
{
|
||||
template.listCompleter("buffer", filter);
|
||||
completion.listCompleter("buffer", filter);
|
||||
},
|
||||
|
||||
// wrap causes the movement to wrap around the start and end of the tab list
|
||||
|
||||
Reference in New Issue
Block a user