mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-07 05:35:46 +01:00
Replace 'laststatus' with a 'guioptions' flag.
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
* The concept of completion contexts is now exposed to the user
|
||||
(see :h :contexts), allowing for powerful and fine-grained
|
||||
completion system customization.
|
||||
* IMPORTANT: 'laststatus' has been replaced with the ‘s’ flag in
|
||||
'guioptions'
|
||||
* IMPORTANT: Command script files now use the *.penta file extension.
|
||||
* IMPORTANT: Plugins are now loaded from the 'plugins/'
|
||||
directory in 'runtimepath' rather than 'plugin/'.
|
||||
|
||||
@@ -31,7 +31,7 @@ const Config = Module("config", ConfigBase, {
|
||||
|
||||
defaults: {
|
||||
complete: "slf",
|
||||
guioptions: "rbC",
|
||||
guioptions: "bCrs",
|
||||
showtabline: 2,
|
||||
titlestring: "Pentadactyl"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user