1
0
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:
Kris Maglione
2008-11-25 19:31:51 +00:00
parent 4462bb3768
commit 48172401fa
7 changed files with 51 additions and 76 deletions

View File

@@ -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