1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 15:48:00 +01:00

Fix commandline.echomsg in io.js

This commit is contained in:
Kris Maglione
2008-12-16 11:58:04 -05:00
parent 1f67e14cb1
commit c4e6a3850d

View File

@@ -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