diff options
Diffstat (limited to 'src/nnn.c')
-rw-r--r-- | src/nnn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3427,6 +3427,7 @@ nochange: case SEL_NOTE: { static char *notepath; + notepath = notepath ? notepath : getenv(env_cfg[NNN_NOTE]); if (!notepath) { printmsg("set NNN_NOTE"); |