1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 10:55:47 +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) completer: function completer(value)
{ {
return [ return [
["", "Default completion that won't show or sort the results"],
["auto", "Automatically show completions while you are typing"], ["auto", "Automatically show completions while you are typing"],
["sort", "Always sort the completion list"] ["sort", "Always sort the completion list"]
]; ];