From 91f8e8d2a48aa5f2f973812f779381cb5e42f06a Mon Sep 17 00:00:00 2001 From: Daniel Bainton Date: Thu, 4 Dec 2008 08:30:47 +0200 Subject: [PATCH] Make ':set wildoptions=' work to set the default value --- common/content/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/ui.js b/common/content/ui.js index 5a3dda32..b76fd8a8 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -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"] ];