mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 05:27:59 +01:00
add more CSS classes for highlighting output messages and use hl-Warning (red
on white) for find related wrap messages
This commit is contained in:
@@ -731,8 +731,8 @@ const vimperator = (function() //{{{
|
||||
vimperator.hints = new Hints();
|
||||
vimperator.log("All modules loaded", 3);
|
||||
|
||||
vimperator.echo = vimperator.commandline.echo;
|
||||
vimperator.echoerr = vimperator.commandline.echoErr;
|
||||
vimperator.echo = function(str) { vimperator.commandline.echo(str); }
|
||||
vimperator.echoerr = function(str) { vimperator.commandline.echoErr(str); }
|
||||
|
||||
vimperator.globalVariables = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user