aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmdline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline.cpp')
-rw-r--r--cmdline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline.cpp b/cmdline.cpp
index 5d6700f..deeeed3 100644
--- a/cmdline.cpp
+++ b/cmdline.cpp
@@ -64,7 +64,7 @@ cmdline_keypress(gchar key)
*cmdline_p = '\0';
try {
- macro_execute(cmdline);
+ Execute::step(cmdline);
} catch (...) {
/*
* Undo tokens may have been emitted (or had to be)