Преглед изворни кода

Remember file name when refresh is not requested

master
Arun Prakash Jana пре 5 година
родитељ
комит
6024c51839
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      src/nnn.c

+ 3
- 3
src/nnn.c Прегледај датотеку

@@ -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…
Откажи
Сачувај