From 559ab349a05d5201b666eddb22d921c40b131bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 21 Dec 2016 12:25:58 +0100 Subject: vis: implement `go` to move to absolute byte position --- vis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 69bef3b..081ae35 100644 --- a/vis.h +++ b/vis.h @@ -283,6 +283,7 @@ enum VisMotion { VIS_MOVE_JUMPLIST_PREV, VIS_MOVE_NOP, VIS_MOVE_PERCENT, + VIS_MOVE_BYTE, VIS_MOVE_INVALID, /* denotes the end of the "real" motions */ /* pseudo motions: keep them at the end to save space in array definition */ VIS_MOVE_TOTILL_REPEAT, -- cgit v1.2.3