mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 21:32:25 +01:00
remove unused var in exTabCompletion()
This commit is contained in:
@@ -422,7 +422,6 @@ function exTabCompletion(str) //{{{
|
||||
var [count, cmd, special, args] = tokenize_ex(str);
|
||||
var completions = new Array;
|
||||
var start = 0;
|
||||
var s = 0; //FIXME, command specific start setting
|
||||
|
||||
// if there is no space between the command name and the cursor
|
||||
// then get completions of the command name
|
||||
|
||||
Reference in New Issue
Block a user