From c4e6a3850d018e542d85a4e278c51fa28d6755df Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 16 Dec 2008 11:58:04 -0500 Subject: [PATCH] Fix commandline.echomsg in io.js --- common/content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/io.js b/common/content/io.js index 88d13d71..1681ea23 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -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