mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Prefer NNN_USE_EDITOR over opener (option )
This commit is contained in:
parent
c5cd668a52
commit
7f3d2c10aa
|
@ -5814,8 +5814,8 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
}
|
||||
|
||||
/* Edit text in EDITOR if opted (and opener is not all-CLI) */
|
||||
if (!cfg.cliopener && xgetenv_set(env_cfg[NNN_USE_EDITOR]))
|
||||
/* Edit text in "editor" if opted (gets preference over option `-c`) */
|
||||
if (xgetenv_set(env_cfg[NNN_USE_EDITOR]))
|
||||
cfg.useeditor = 1;
|
||||
|
||||
/* Get VISUAL/EDITOR */
|
||||
|
|
Loading…
Reference in a new issue