diff options
| author | Josh Wainwright <josh.wainwright@ldra.com> | 2016-04-11 10:16:59 +0100 |
|---|---|---|
| committer | Josh Wainwright <josh.wainwright@ldra.com> | 2016-04-11 10:16:59 +0100 |
| commit | b95455e9b8986a320a8f8ef472caab878d4da552 (patch) | |
| tree | a7590e22551325ea7e26836ba401fad97e4d3e88 | |
| parent | 2d4f95033dad0e8666f598b4221329434d096913 (diff) | |
| download | vis-b95455e9b8986a320a8f8ef472caab878d4da552.tar.gz vis-b95455e9b8986a320a8f8ef472caab878d4da552.tar.xz | |
main.c: correct name of function, cursor>window
"open-file-under-cursor-new-cursor" should be
"open-file-under-cursor-new-window"
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } }, |
