1
0
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:
Doug Kearns
2007-08-08 16:47:31 +00:00
parent 556bdbf05d
commit 54a5ee42f4
5 changed files with 432 additions and 425 deletions

View File

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