mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 22:14:11 +01:00
move global completion functions into a vimperator.completion module
This commit is contained in:
@@ -257,7 +257,7 @@ function Buffer() //{{{
|
||||
if (!vimperator.bufferwindow.visible())
|
||||
return false;
|
||||
|
||||
var items = get_buffer_completions("");
|
||||
var items = vimperator.completion.get_buffer_completions("");
|
||||
vimperator.bufferwindow.show(items);
|
||||
vimperator.bufferwindow.selectItem(getBrowser().mTabContainer.selectedIndex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user