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:
@@ -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"]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user