mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 08:47:59 +01:00
Fix commandline.echomsg in io.js
This commit is contained in:
@@ -896,7 +896,7 @@ lookup:
|
||||
// should be appended to and the MOW opened
|
||||
liberator.echoerr("Error detected while processing " + file.path,
|
||||
commandline.FORCE_MULTILINE);
|
||||
commandline.echomsg("line " + lineNumber + ":", commandline.HL_LINENR);
|
||||
commandline.echo("line " + lineNumber + ":", commandline.HL_LINENR, commandline.APPEND_TO_MESSAGES);
|
||||
liberator.echoerr("E492: Not an editor command: " + line);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user