From 76ba2807fbd627437332ee7b7f49bf28ec570be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 14 Jan 2016 21:21:49 +0100 Subject: vis: s/ops/vis_operators/g --- vis-modes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vis-modes.c') diff --git a/vis-modes.c b/vis-modes.c index 7daaf05..64b10d0 100644 --- a/vis-modes.c +++ b/vis-modes.c @@ -95,7 +95,7 @@ static void vis_mode_insert_enter(Vis *vis, Mode *old) { macro_operator_record(vis); action_reset(&vis->action_prev); vis->action_prev.macro = vis->macro_operator; - vis->action_prev.op = &ops[VIS_OP_INSERT]; + vis->action_prev.op = &vis_operators[VIS_OP_INSERT]; } } @@ -119,7 +119,7 @@ static void vis_mode_replace_enter(Vis *vis, Mode *old) { macro_operator_record(vis); action_reset(&vis->action_prev); vis->action_prev.macro = vis->macro_operator; - vis->action_prev.op = &ops[VIS_OP_REPLACE]; + vis->action_prev.op = &vis_operators[VIS_OP_REPLACE]; } } -- cgit v1.2.3