From 4c37f988b68b35d2510de25a185e091e692d00d5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 23 Jan 2013 18:44:26 +0100 Subject: implemented special save last commandline command ("*" at beginning of commandline macro) * only works as part of commandline macro, * at the beginning of other macros, it is treated like an arithmetic asterisk * variables defined in cmdline.cpp are now declared by new cmdline.h --- src/undo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/undo.cpp') diff --git a/src/undo.cpp b/src/undo.cpp index f873540..82f1eda 100644 --- a/src/undo.cpp +++ b/src/undo.cpp @@ -29,6 +29,7 @@ #include #include "sciteco.h" +#include "cmdline.h" #include "interface.h" #include "undo.h" -- cgit v1.2.3