1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 19:57: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

@@ -292,7 +292,7 @@ vimperator.Mappings = function() //{{{
}
list += "</table>";
vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, true); // TODO: force of multiline widget a better way
vimperator.commandline.echo(list, vimperator.commandline.HL_NORMAL, vimperator.commandline.FORCE_MULTILINE);
}
/////////////////////////////////////////////////////////////////////////////}}}