From 0b082239bc60f0a6a3cb743b38a63684652ae649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 28 Dec 2020 14:40:26 +0100 Subject: vis: rename to/till motion internals This renames the functions and constants implementing the to/till motions. The new names should indicate that matches are only returned within the current line (not globally). Apart from the changed virtual key/command name this contains no functional changes. --- vis.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index c76baaf..41fe6ae 100644 --- a/vis.h +++ b/vis.h @@ -491,10 +491,10 @@ enum VisMotion { VIS_MOVE_PARENTHESIS_START, VIS_MOVE_PARENTHESIS_END, VIS_MOVE_BRACKET_MATCH, - VIS_MOVE_LEFT_TO, - VIS_MOVE_RIGHT_TO, - VIS_MOVE_LEFT_TILL, - VIS_MOVE_RIGHT_TILL, + VIS_MOVE_TO_LINE_LEFT, + VIS_MOVE_TO_LINE_RIGHT, + VIS_MOVE_TILL_LINE_LEFT, + VIS_MOVE_TILL_LINE_RIGHT, VIS_MOVE_FILE_BEGIN, VIS_MOVE_FILE_END, VIS_MOVE_SEARCH_WORD_FORWARD, -- cgit v1.2.3