1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 22:45:45 +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

@@ -1318,10 +1318,10 @@
<tags>'nosmd' 'noshowmode'</tags>
<tags>'smd' 'showmode'</tags>
<spec>'showmode' 'smd'</spec>
<type>boolean</type>
<default>on</default>
<type>regexplist</type>
<default>!^normal$</default>
<description>
<p>Show the current mode in the command line.</p>
<p>Show the current mode in the command line if it matches this expression.</p>
</description>
</item>