Remember file name when refresh is not requested

This commit is contained in:
Arun Prakash Jana 2020-02-14 22:44:49 +05:30
parent b0ba197555
commit 6024c51839
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 3 deletions

View File

@ -5870,13 +5870,13 @@ nochange:
goto nochange;
}
if (ndents)
copycurname();
if (!r) {
cfg.filtermode ? presel = FILTER : statusbar(path);
goto nochange;
}
if (ndents)
copycurname();
} else { /* 'Return/Enter' enters the plugin directory */
cfg.runplugin ^= 1;
if (!cfg.runplugin && rundir[0]) {