mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:07:58 +01:00
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)
This commit is contained in:
@@ -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.
|
||||
...................................
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user