浏览代码

Remember file name when refresh is not requested

master
Arun Prakash Jana 5 年前
父节点
当前提交
6024c51839
找不到此签名对应的密钥 GPG 密钥 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]) {


正在加载...
取消
保存