1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:28:15 +01:00

use hl-ModeMsg for highlighting mode messages

This commit is contained in:
Doug Kearns
2007-10-02 18:24:15 +00:00
parent b76c20b99d
commit 2852bdb0ae

View File

@@ -150,7 +150,7 @@ vimperator.modes = (function()
var msg = getModeMessage();
if (msg)
vimperator.commandline.echo("-- " + getModeMessage() + " --");
vimperator.commandline.echo("-- " + getModeMessage() + " --", vimperator.commandline.HL_MODEMSG);
else
vimperator.commandline.echo("");
},