瀏覽代碼

Do not reload for help, edit and page if in selection mode

master
Arun Prakash Jana 5 年之前
父節點
當前提交
61048258a7
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      src/nnn.c

+ 5
- 0
src/nnn.c 查看文件

@@ -4606,6 +4606,11 @@ nochange:
break;
}

/* Do not reload in some cases if in selection mode */
if (cfg.selmode && (sel == SEL_HELP
|| sel == SEL_RUNEDIT || sel == SEL_RUNPAGE))
goto nochange;

/* In case of successful operation, reload contents */

/* Continue in navigate-as-you-type mode, if enabled */


Loading…
取消
儲存