From 51bf6abad037a333ad3b8f760150de4d834bb900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 9 Nov 2016 11:58:29 +0100 Subject: vis: unify VIS_OP_{INSERT,REPLACE} implementation They both perform a motion before changing mode. --- vis-core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index 6ee25f3..6940eaf 100644 --- a/vis-core.h +++ b/vis-core.h @@ -95,6 +95,7 @@ typedef Buffer Macro; typedef struct { /** collects all information until an operator is executed */ int count; + enum VisMode mode; enum VisMotionType type; const Operator *op; const Movement *movement; -- cgit v1.2.3