aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmdline.cpp
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-20 01:57:14 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-20 06:07:34 +0100
commitdf9f83a249e59867373e06c79aa8f57a5c9640b7 (patch)
tree1a105e4c80877b58f3b0e5dfbe418910144f1077 /cmdline.cpp
parentec510eda5f080d39906c396a36cba89188031640 (diff)
downloadsciteco-df9f83a249e59867373e06c79aa8f57a5c9640b7.tar.gz
cleanup macro execution functions: common namespace, Execute::file() uses Execute::macro()
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)