From 049d75520a89fb081ff8b3c0de8dc65c20e1db70 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 8 Nov 2012 18:18:11 +0100 Subject: added buffer ring and preliminary EB...$ implementation * undoing supported * does not yet support globbing --- parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parser.h') diff --git a/parser.h b/parser.h index edcece7..61eb433 100644 --- a/parser.h +++ b/parser.h @@ -92,6 +92,7 @@ private: }; #include "goto.h" +#include "qbuffers.h" extern gint macro_pc; @@ -100,6 +101,7 @@ extern struct States { StateLabel label; StateControl control; StateECommand ecommand; + StateFile file; StateInsert insert; } states; -- cgit v1.2.3