diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-21 12:25:58 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-21 12:54:31 +0100 |
| commit | 559ab349a05d5201b666eddb22d921c40b131bd5 (patch) | |
| tree | 107c95f6ddc10bec2837ed452aa97410a572b9cc /vis.h | |
| parent | 0109dfc0d4e65751571a86aa91ae3c9947182ba0 (diff) | |
| download | vis-559ab349a05d5201b666eddb22d921c40b131bd5.tar.gz vis-559ab349a05d5201b666eddb22d921c40b131bd5.tar.xz | |
vis: implement `go` to move to absolute byte position
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |
