1
0
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:
Doug Kearns
2007-08-02 15:43:30 +00:00
parent aca44dc9d2
commit a05347965a
4 changed files with 75 additions and 127 deletions

View File

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