aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmdline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.cpp')
-rw-r--r--src/cmdline.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmdline.cpp b/src/cmdline.cpp
index 34a5df3..271e2be 100644
--- a/src/cmdline.cpp
+++ b/src/cmdline.cpp
@@ -235,6 +235,8 @@ Cmdline::keypress(gchar key)
/*
* Return from top-level macro, results
* in command line termination.
+ * The return "arguments" are currently
+ * ignored.
*/
interface.popup_clear();
@@ -248,6 +250,7 @@ Cmdline::keypress(gchar key)
QRegisters::view.set_scintilla_undo(true);
Goto::table->clear();
expressions.clear();
+ loop_stack.clear();
last_cmdline = *this;
str = NULL;