mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 02:47:58 +01:00
merge vimperator.execute and the execute_command() global function
This commit is contained in:
@@ -448,7 +448,7 @@ function get_buffer_completions(filter) //{{{
|
||||
|
||||
function exTabCompletion(str) //{{{
|
||||
{
|
||||
var [count, cmd, special, args] = tokenize_ex(str);
|
||||
var [count, cmd, special, args] = vimperator.commands.parseCommand(str);
|
||||
var completions = new Array;
|
||||
var start = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user