ソースを参照

Make showsel print warning when nothing is selected (#423)

master
Maxim Baz Mischievous Meerkat 5年前
コミット
4e59ffd9d0
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c ファイルの表示

@@ -5007,6 +5007,7 @@ nochange:
presel = FILTER;
break;
}
printwait(messages[MSG_0_SELECTED], &presel);
goto nochange;
case SEL_SELEDIT:
r = editselection();


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