mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:37:58 +01:00
use hl-ModeMsg for highlighting mode messages
This commit is contained in:
@@ -150,7 +150,7 @@ vimperator.modes = (function()
|
|||||||
|
|
||||||
var msg = getModeMessage();
|
var msg = getModeMessage();
|
||||||
if (msg)
|
if (msg)
|
||||||
vimperator.commandline.echo("-- " + getModeMessage() + " --");
|
vimperator.commandline.echo("-- " + getModeMessage() + " --", vimperator.commandline.HL_MODEMSG);
|
||||||
else
|
else
|
||||||
vimperator.commandline.echo("");
|
vimperator.commandline.echo("");
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user