1
1

bindings: allow using <Enter> to exit from the linter

Understand the key as: "Enter into editing mode on the current line".
Этот коммит содержится в:
Benno Schulenberg 2018-10-21 16:44:14 +02:00
родитель d342cbbff8
Коммит bab5eeb808

Просмотреть файл

@ -3273,7 +3273,7 @@ void do_linter(void)
func = func_from_key(&kbinput);
tmplint = curlint;
if (func == do_cancel)
if (func == do_cancel || func == do_enter)
break;
else if (func == do_help_void) {
tmplint = NULL;