aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-01-18 14:56:57 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-01-18 15:40:07 +0100
commitbc818d9222ab69a4bbb876d5843dcc4874accd48 (patch)
tree3caf2aa40a66454c4ead8fc215f0e431c65f43ed /vis-core.h
parent2cf304af420335d8e95e9e80559f19dd1dcf27bf (diff)
downloadvis-bc818d9222ab69a4bbb876d5843dcc4874accd48.tar.gz
vis-bc818d9222ab69a4bbb876d5843dcc4874accd48.tar.xz
vis: support count for insertion and replacement
Fix #372
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index debd994..3e7e1c4 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -160,6 +160,7 @@ struct Vis {
Win *message_window; /* special window to display multi line messages */
Register registers[VIS_REG_INVALID]; /* registers used for text manipulations yank/put etc. and macros */
Macro *recording, *last_recording; /* currently (if non NULL) and least recently recorded macro */
+ bool repeat_input; /* true while processing count for insertion/replacement */
const Macro *replaying; /* macro currently being replayed */
Macro *macro_operator; /* special macro used to repeat certain operators */
Mode *mode_before_prompt; /* user mode which was active before entering prompt */