mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Remember file name when refresh is not requested
This commit is contained in:
parent
b0ba197555
commit
6024c51839
|
@ -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]) {
|
||||
|
|
Loading…
Reference in a new issue