From a054db598ae07479bf70c4465434938085f91e03 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 14 Nov 2012 05:40:16 +0100 Subject: error checking and colon modifier support for lots of commands --- parser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parser.h') diff --git a/parser.h b/parser.h index 979a5ce..e9ef59b 100644 --- a/parser.h +++ b/parser.h @@ -106,9 +106,9 @@ public: StateStart(); private: - void move(gint64 n); - void move_lines(gint64 n); - void delete_words(gint64 n); + tecoBool move_chars(gint64 n); + tecoBool move_lines(gint64 n); + tecoBool delete_words(gint64 n); State *custom(gchar chr); }; -- cgit v1.2.3