diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-01-14 21:24:19 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-01-14 21:24:19 +0100 |
| commit | 9a72fab35bb74467601638ebfe61a8641f4006a3 (patch) | |
| tree | 67f515c2b0df59b8a142738a18b5fb08317aef24 /vis.c | |
| parent | 76ba2807fbd627437332ee7b7f49bf28ec570be9 (diff) | |
| download | vis-9a72fab35bb74467601638ebfe61a8641f4006a3.tar.gz vis-9a72fab35bb74467601638ebfe61a8641f4006a3.tar.xz | |
vis: s/moves/vis_motions/g
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -699,7 +699,7 @@ void action_do(Vis *vis, Action *a) { if (a->op) { /* we do not support visual repeat, still do something resonable */ if (vis->mode->visual && !a->movement && !a->textobj) - a->movement = &moves[VIS_MOVE_NOP]; + a->movement = &vis_motions[VIS_MOVE_NOP]; /* operator implementations must not change the mode, * they might get called multiple times (once for every cursor) |
