aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 8f2d53f..cf2826f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -5814,8 +5814,8 @@ int main(int argc, char *argv[])
}
}
- /* Edit text in "editor" if opted (gets preference over option `-c`) */
- if (xgetenv_set(env_cfg[NNN_USE_EDITOR]))
+ /* Edit text in EDITOR if opted (and opener is not all-CLI) */
+ if (!cfg.cliopener && xgetenv_set(env_cfg[NNN_USE_EDITOR]))
cfg.useeditor = 1;
/* Get VISUAL/EDITOR */