ソースを参照

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

master
Arun Prakash Jana 5年前
コミット
61048258a7
この署名に対応する既知のキーがデータベースに存在しません GPGキー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 */


読み込み中…
キャンセル
保存