Преглед изворни кода

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

master
Arun Prakash Jana пре 6 година
родитељ
комит
d065666205
No known key found for this signature in database 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…
Откажи
Сачувај