mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-27 07:15:47 +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)
|
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"]
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user