瀏覽代碼
Clear selection after successful plugin invocation
master
Arun Prakash Jana
4 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: A75979F35C080412
共有
1 個檔案被更改,包括
3 行新增 和
0 行删除
-
src/nnn.c
|
|
@@ -6250,6 +6250,7 @@ nochange: |
|
|
|
if (runfile[0]) |
|
|
|
runfile[0] = '\0'; |
|
|
|
clearfilter(); |
|
|
|
clearselection(); |
|
|
|
setdirwatch(); |
|
|
|
goto begin; |
|
|
|
} |
|
|
@@ -6984,6 +6985,8 @@ nochange: |
|
|
|
goto nochange; |
|
|
|
} |
|
|
|
|
|
|
|
clearselection(); |
|
|
|
|
|
|
|
if (ndents) |
|
|
|
copycurname(); |
|
|
|
|
|
|
|