diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-08-23 16:38:43 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-08-24 11:10:00 +0200 |
| commit | 9091346d44f5b1e6f61249feede28846d22351f0 (patch) | |
| tree | d61d9b774a805d1a651482f47a16d8d5d1d9940b /vis-core.h | |
| parent | e2d51321f7284d11d9344e22117db31372fbe7a0 (diff) | |
| download | vis-9091346d44f5b1e6f61249feede28846d22351f0.tar.gz vis-9091346d44f5b1e6f61249feede28846d22351f0.tar.xz | |
vis: improve dot (repeat) command implmentation
Do not override implicit operator macro in command mode.
Fix #334
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ extern const TextObject vis_textobjects[VIS_TEXTOBJECT_INVALID]; void macro_operator_stop(Vis *vis); void macro_operator_record(Vis *vis); -void action_do(Vis *vis, Action *a); +void vis_do(Vis *vis); void action_reset(Action*); void mode_set(Vis *vis, Mode *new_mode); |
