ソースを参照

Clear selection after successful plugin invocation

master
Arun Prakash Jana 4年前
コミット
026f76f14c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      src/nnn.c

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

@@ -6250,6 +6250,7 @@ nochange:
if (runfile[0]) if (runfile[0])
runfile[0] = '\0'; runfile[0] = '\0';
clearfilter(); clearfilter();
clearselection();
setdirwatch(); setdirwatch();
goto begin; goto begin;
} }
@@ -6984,6 +6985,8 @@ nochange:
goto nochange; goto nochange;
} }


clearselection();

if (ndents) if (ndents)
copycurname(); copycurname();




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