mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 11:02:37 +01:00
renamed completion.exTabCompletion() completion.ex()
This commit is contained in:
@@ -568,9 +568,8 @@ liberator.Completion = function () //{{{
|
||||
return false;
|
||||
},
|
||||
|
||||
// FIXME: rename
|
||||
// TODO: get completions for "nested" command lines like ":time :js <tab>" or ":tab :he<tab>"
|
||||
exTabCompletion: function (str)
|
||||
// provides completions for ex commands, including their arguments
|
||||
ex: function (str)
|
||||
{
|
||||
substrings = [];
|
||||
var [count, cmd, special, args] = liberator.commands.parseCommand(str);
|
||||
|
||||
Reference in New Issue
Block a user