From b3d4e355940b020116a753b9e3bb50be4ee1017b Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 25 Sep 2007 19:18:32 +0000 Subject: [PATCH] markup 'sort' as an option in 'cpt' help string --- chrome/content/vimperator/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() //{{{ "
  • b: Bookmarks
  • " + "
  • h: History
  • " + "The order is important, so :set complete=bs would list bookmarks first, and then any available quick searches.
    " + - "Add 'sort' to the '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; } }