From aca46a0da8969f15d9356c149687f961b6852516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 21 Apr 2015 08:06:55 +0200 Subject: Clean up to/till movements --- editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor.h') diff --git a/editor.h b/editor.h index bdf2865..2466f1f 100644 --- a/editor.h +++ b/editor.h @@ -108,7 +108,6 @@ typedef struct { /** collects all information until an operator is e const TextObject *textobj; Register *reg; int mark; - Key key; Arg arg; } Action; @@ -230,6 +229,7 @@ struct Editor { EditorWin *prompt_window; /* window which was focused before prompt was shown */ char prompt_type; /* command ':' or search '/','?' prompt */ Regex *search_pattern; /* last used search pattern */ + char search_char[8]; /* last used character to search for via 'f', 'F', 't', 'T' */ int tabwidth; /* how many spaces should be used to display a tab */ bool expandtab; /* whether typed tabs should be converted to spaces */ bool autoindent; /* whether indentation should be copied from previous line on newline */ -- cgit v1.2.3