aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index f763a5e..35df721 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3331,7 +3331,7 @@ nochange:
case SEL_LOCK:
spawn(utils[LOCKER], NULL, NULL, NULL, F_NORMAL | F_SIGINT);
break;
- case SEL_CDQUIT: // fallthrough
+ case SEL_QUITCD: // fallthrough
case SEL_QUIT:
for (r = 0; r < MAX_CTX; ++r)
if (r != cfg.curctx && g_ctx[r].c_cfg.ctxactive) {
@@ -3342,7 +3342,7 @@ nochange:
if (!(r == MAX_CTX || r == 13))
break;
- if (sel == SEL_CDQUIT) {
+ if (sel == SEL_QUITCD) {
/* In vim picker mode, clear selection and exit */
if (cfg.picker) {
copybufpos = 0;