mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 10:47:57 +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
|
// should be appended to and the MOW opened
|
||||||
liberator.echoerr("Error detected while processing " + file.path,
|
liberator.echoerr("Error detected while processing " + file.path,
|
||||||
commandline.FORCE_MULTILINE);
|
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);
|
liberator.echoerr("E492: Not an editor command: " + line);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user