mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 13:48:00 +01:00
revert to using build_longest_starting_substring until an infinite loop bugin
build_longest_common_substring is resolved
This commit is contained in:
@@ -469,7 +469,7 @@ vimperator.completion = (function() // {{{
|
|||||||
for (var i = 0; i < menu.childNodes.length; i++)
|
for (var i = 0; i < menu.childNodes.length; i++)
|
||||||
nodes.push([[menu.childNodes[i].label], ""]);
|
nodes.push([[menu.childNodes[i].label], ""]);
|
||||||
|
|
||||||
return build_longest_common_substring(nodes, filter);
|
return build_longest_starting_substring(nodes, filter);
|
||||||
}, //}}}
|
}, //}}}
|
||||||
|
|
||||||
exTabCompletion: function(str) //{{{
|
exTabCompletion: function(str) //{{{
|
||||||
|
|||||||
Reference in New Issue
Block a user