From a2a2f17e6263432dcb124097a083847fef5c0c9f Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 13 Sep 2009 17:31:06 +0200 Subject: [PATCH] remove 't' from default 'complete' in preparation for 2.2. We have yet to decide whether we even want to this functionality in :open or maybe just add a super smart :goto) --- vimperator/NEWS | 1 - vimperator/content/config.js | 2 +- vimperator/locale/en-US/options.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/vimperator/NEWS b/vimperator/NEWS index c2368503..737a8272 100644 --- a/vimperator/NEWS +++ b/vimperator/NEWS @@ -1,6 +1,5 @@ 2009-XX-XX: * version 2.2a1pre - * IMPORTANT: the 'complete' option's default has changed (again) to "stlf" * IMPORTANT: Map.flags has been replaced with individual properties. Mappings defined in plugins with mappings.add will need to be updated. ................................... diff --git a/vimperator/content/config.js b/vimperator/content/config.js index d6fb3347..20d45009 100644 --- a/vimperator/content/config.js +++ b/vimperator/content/config.js @@ -34,7 +34,7 @@ const config = { //{{{ /*** optional options, there are checked for existence and a fallback provided ***/ features: ["bookmarks", "hints", "history", "marks", "quickmarks", "sanitizer", "session", "tabs", "tabs_undo", "windows"], defaults: { - complete: "stlf", + complete: "slf", guioptions: "rb", showtabline: 2, titlestring: "Vimperator" diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index 3b7b4b54..8a336c56 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -224,7 +224,7 @@ ____ |\'cpt'| |\'complete'| -||'complete' 'cpt'|| charlist (default: stlf) +||'complete' 'cpt'|| charlist (default: slf) ____ Items which are completed at the [c]:open[c] prompts. Available items: