Kaynağa Gözat
Use ^G to discard seleciton and exit in vim plugin mode
master
Arun Prakash Jana
6 yıl önce
ebeveyn
işleme
d065666205
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile
7 ekleme ve
0 silme
-
src/nnn.c
|
|
@@ -3343,6 +3343,13 @@ nochange: |
|
|
|
break; |
|
|
|
|
|
|
|
if (sel == SEL_CDQUIT) { |
|
|
|
/* In vim picker mode, clear selection and exit */ |
|
|
|
if (cfg.picker) { |
|
|
|
copybufpos = 0; |
|
|
|
dentfree(dents); |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
tmp = getenv("NNN_TMPFILE"); |
|
|
|
if (!tmp) { |
|
|
|
printmsg("set NNN_TMPFILE"); |
|
|
|