From d7f5912eb1c044399c662329656ab0cca37a471b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 21 Dec 2016 12:53:40 +0100 Subject: vis: implement `gh` and `gl` to move by relative byte offsets --- vis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 081ae35..ce6e42b 100644 --- a/vis.h +++ b/vis.h @@ -284,6 +284,8 @@ enum VisMotion { VIS_MOVE_NOP, VIS_MOVE_PERCENT, VIS_MOVE_BYTE, + VIS_MOVE_BYTE_LEFT, + VIS_MOVE_BYTE_RIGHT, 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