From b95455e9b8986a320a8f8ef472caab878d4da552 Mon Sep 17 00:00:00 2001 From: Josh Wainwright Date: Mon, 11 Apr 2016 10:16:59 +0100 Subject: main.c: correct name of function, cursor>window "open-file-under-cursor-new-cursor" should be "open-file-under-cursor-new-window" --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 3c7206e..fe3fcf4 100644 --- a/main.c +++ b/main.c @@ -1171,7 +1171,7 @@ static const KeyAction vis_action[] = { open_file_under_cursor, { .b = false } }, [VIS_ACTION_OPEN_FILE_UNDER_CURSOR_NEW_WINDOW] = { - "open-file-under-cursor-new-cursor", + "open-file-under-cursor-new-window", "Open file under the cursor in a new window", open_file_under_cursor, { .b = true } }, -- cgit v1.2.3