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

don't prepend the ex command string to the MOW output for all commands

This commit is contained in:
Doug Kearns
2007-10-06 01:12:55 +00:00
parent 868a3f887e
commit b936238b5e
6 changed files with 14 additions and 12 deletions

View File

@@ -167,9 +167,7 @@ function CommandLine() //{{{
{
multiline_input_widget.collapsed = true;
// TODO: only some commands list the ex command above their output so
// this should be moved to the generating functions eg. v.buffers.list
var output = "<div class=\"ex-command-output\">" + ":" + command_widget.value.replace(/</, "&lt;").replace(/>/, "&gt;") + "<br/>" + str + "</div>";
var output = "<div class=\"ex-command-output\">" + str + "</div>";
if (!multiline_output_widget.collapsed)
{
// FIXME: need to make sure an open MOW is closed when commands