1
0
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:
Kris Maglione
2011-02-19 04:06:42 -05:00
parent 3132b2de22
commit caaef0214b
4 changed files with 19 additions and 16 deletions

View File

@@ -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", {