1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-19 21:27:59 +01:00

Update TODO, add :colo default (== :hi clear)

This commit is contained in:
Kris Maglione
2008-12-16 16:42:10 -05:00
parent ad94daa5a7
commit ff8cd3e194
4 changed files with 21 additions and 17 deletions

View File

@@ -155,10 +155,11 @@ const modes = (function () //{{{
// show the current mode string in the command line
show: function ()
{
if (!options["showmode"])
return;
let msg = "";
if (options["showmode"])
msg = getModeMessage();
commandline.echo(getModeMessage(), "ModeMsg", commandline.FORCE_SINGLELINE);
commandline.echo(msg, "ModeMsg", commandline.FORCE_SINGLELINE);
},
// add/remove always work on the extended mode only