mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 15:57:58 +01:00
Make 'showmode' a regexplist to satisfy whiny pansies who can't tolerate seeing -- EX -- in the status line.
This commit is contained in:
@@ -1503,10 +1503,6 @@ var CommandLine = Module("commandline", {
|
||||
"Number of messages to store in the :messages history",
|
||||
"number", 100,
|
||||
{ validator: function (value) value >= 0 });
|
||||
|
||||
options.add(["showmode", "smd"],
|
||||
"Show the current mode in the command line",
|
||||
"boolean", true);
|
||||
},
|
||||
sanitizer: function init_sanitizer() {
|
||||
sanitizer.addItem("commandline", {
|
||||
|
||||
Reference in New Issue
Block a user