소스 검색
Clear selection after successful plugin invocation
master
Arun Prakash Jana
3 년 전
No known key found for this signature in database
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(); |
|
|
|
|
|
|
|