diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-01-19 10:49:02 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-01-19 10:49:02 +0100 |
| commit | e247d57ccda74f765b1a71dba9d9c2e5c582acc4 (patch) | |
| tree | 1a19993b091edda1ad8a2ae1f8e586b5dfabc5fe /vis-core.h | |
| parent | dd8b8b31ccd53991f263a78d1903d1c295546db5 (diff) | |
| download | vis-e247d57ccda74f765b1a71dba9d9c2e5c582acc4.tar.gz vis-e247d57ccda74f765b1a71dba9d9c2e5c582acc4.tar.xz | |
vis: simplify count handling for insertion
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -160,7 +160,6 @@ 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 */ |
