mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 06:14:12 +01:00
move global completion functions into a vimperator.completion module
This commit is contained in:
@@ -491,7 +491,7 @@ function CommandLine() //{{{
|
||||
else
|
||||
{
|
||||
if (longest && completions.length > 1)
|
||||
var compl = get_longest_substring();
|
||||
var compl = vimperator.completion.get_longest_substring();
|
||||
else if (full)
|
||||
var compl = completions[completion_index][0];
|
||||
else if (completions.length == 1)
|
||||
|
||||
Reference in New Issue
Block a user