瀏覽代碼

Use ^G to discard seleciton and exit in vim plugin mode

master
Arun Prakash Jana 6 年之前
父節點
當前提交
d065666205
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      src/nnn.c

+ 7
- 0
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");


Loading…
取消
儲存