ソースを参照
Remember file name when refresh is not requested
master
Arun Prakash Jana
5年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A75979F35C080412
-
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]) { |
|
|
|