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:
@@ -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("");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user