vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 8e3537786d6da340c040568ae66caa92b3f43f47
parent c0e99705485572944a0c2ef2c1f7ce52d4191903
Author: Josh Wainwright <josh.wainwright@ldra.com>
Date:   Fri,  6 May 2016 16:31:49 +0100

Fix typo `cursor-sceenline-up` -> `cursor-screenline-up`

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -413,7 +413,7 @@ static const KeyAction vis_action[] = { movement, { .i = VIS_MOVE_LINE_LASTCHAR } }, [VIS_ACTION_CURSOR_SCREEN_LINE_UP] = { - "cursor-sceenline-up", + "cursor-screenline-up", "Move cursor screen/display line upwards", movement, { .i = VIS_MOVE_SCREEN_LINE_UP } },