mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:38:12 +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:
|
2009-XX-XX:
|
||||||
* version 2.2a1pre
|
* version 2.2a1pre
|
||||||
* IMPORTANT: the 'complete' option's default has changed (again) to "stlf"
|
|
||||||
* IMPORTANT: Map.flags has been replaced with individual properties.
|
* IMPORTANT: Map.flags has been replaced with individual properties.
|
||||||
Mappings defined in plugins with mappings.add will need to be updated.
|
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 ***/
|
/*** optional options, there are checked for existence and a fallback provided ***/
|
||||||
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "sanitizer", "session", "tabs", "tabs_undo", "windows"],
|
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "sanitizer", "session", "tabs", "tabs_undo", "windows"],
|
||||||
defaults: {
|
defaults: {
|
||||||
complete: "stlf",
|
complete: "slf",
|
||||||
guioptions: "rb",
|
guioptions: "rb",
|
||||||
showtabline: 2,
|
showtabline: 2,
|
||||||
titlestring: "Vimperator"
|
titlestring: "Vimperator"
|
||||||
|
|||||||
@@ -224,7 +224,7 @@ ____
|
|||||||
|
|
||||||
|
|
||||||
|\'cpt'| |\'complete'|
|
|\'cpt'| |\'complete'|
|
||||||
||'complete' 'cpt'|| charlist (default: stlf)
|
||'complete' 'cpt'|| charlist (default: slf)
|
||||||
____
|
____
|
||||||
Items which are completed at the [c]:open[c] prompts. Available items:
|
Items which are completed at the [c]:open[c] prompts. Available items:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user