diff --git a/chrome/content/vimperator/options.js b/chrome/content/vimperator/options.js index ef7beda5..e9aa87b6 100644 --- a/chrome/content/vimperator/options.js +++ b/chrome/content/vimperator/options.js @@ -365,7 +365,7 @@ function Options() //{{{ "
:set complete=bs would list bookmarks first, and then any available quick searches.'wildoptions' option if you want all entries sorted.",
+ "Add 'sort' to the 'wildoptions' option if you want all entries sorted.",
default_value: "sfbh",
validator: function (value) { if (/[^sfbh]/.test(value)) return false; else return true; }
}