aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-03-13 10:45:43 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-03-13 10:45:43 +0100
commit46cb07d97cee20b49dcca809e45046cd506bc251 (patch)
treed7ec0d797c627cacdd38f24df122a8ede995e687 /vis-core.h
parent3ffd4e783c17bcd90820da297b9a2c3c7766df95 (diff)
downloadvis-46cb07d97cee20b49dcca809e45046cd506bc251.tar.gz
vis-46cb07d97cee20b49dcca809e45046cd506bc251.tar.xz
vis: convert gn and gN text objects to use "/ register content
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 0 insertions, 1 deletions
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 */