From 9091346d44f5b1e6f61249feede28846d22351f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 23 Aug 2016 16:38:43 +0200 Subject: vis: improve dot (repeat) command implmentation Do not override implicit operator macro in command mode. Fix #334 --- vis-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index 1c6c446..16fea28 100644 --- a/vis-core.h +++ b/vis-core.h @@ -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); -- cgit v1.2.3