mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 15:24:11 +01:00
move global completion functions into a vimperator.completion module
This commit is contained in:
@@ -532,7 +532,7 @@ const vimperator = (function() //{{{
|
||||
|
||||
// TODO: move elsewhere
|
||||
vimperator.registerCallback("submit", vimperator.modes.EX, function(command) { vimperator.execute(command); } );
|
||||
vimperator.registerCallback("complete", vimperator.modes.EX, function(str) { return exTabCompletion(str); } );
|
||||
vimperator.registerCallback("complete", vimperator.modes.EX, function(str) { return vimperator.completion.exTabCompletion(str); } );
|
||||
|
||||
// first time intro message
|
||||
if (Options.getPref("firsttime", true))
|
||||
|
||||
Reference in New Issue
Block a user