From 46cb07d97cee20b49dcca809e45046cd506bc251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 13 Mar 2016 10:45:43 +0100 Subject: vis: convert gn and gN text objects to use "/ register content --- vis-core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index fc42a37..4a5d3fc 100644 --- a/vis-core.h +++ b/vis-core.h @@ -146,7 +146,6 @@ struct Vis { Macro *recording, *last_recording; /* currently (if non NULL) and least recently recorded macro */ Macro *macro_operator; /* special macro used to repeat certain operators */ Mode *mode_before_prompt; /* user mode which was active before entering prompt */ - Regex *search_pattern; /* last used search pattern */ char search_char[8]; /* last used character to search for via 'f', 'F', 't', 'T' */ int last_totill; /* last to/till movement used for ';' and ',' */ int tabwidth; /* how many spaces should be used to display a tab */ -- cgit v1.2.3