Merge tag '3.1b'

3.1b
This commit is contained in:
Nicholas Marriott
2020-04-30 15:21:47 +01:00
2 changed files with 6 additions and 2 deletions

View File

@ -2354,7 +2354,7 @@ input_exit_rename(struct input_ctx *ictx)
return;
if (ictx->input_len == 0) {
oe = options_get(wp->window->options, "automatic-rename");
oe = options_get_only(wp->window->options, "automatic-rename");
if (oe != NULL)
options_remove(oe);
return;