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

make use of v.commandline.FORCE_MULTILINE in multiline echo calls

This commit is contained in:
Doug Kearns
2007-10-30 09:20:36 +00:00
parent f2f6969fdb
commit 8f06461864
4 changed files with 7 additions and 7 deletions

View File

@@ -208,7 +208,7 @@ vimperator.Buffer = function() //{{{
}
list += "</table>";
vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, true);
vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, vimperator.commandline.FORCE_MULTILINE);
}
}