1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:32:27 +01:00

Make ':set wildoptions=' work to set the default value

This commit is contained in:
Daniel Bainton
2008-12-04 08:30:47 +02:00
parent 41014e4fe7
commit 91f8e8d2a4

View File

@@ -665,6 +665,7 @@ function CommandLine() //{{{
completer: function completer(value)
{
return [
["", "Default completion that won't show or sort the results"],
["auto", "Automatically show completions while you are typing"],
["sort", "Always sort the completion list"]
];