projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048c519
)
Fix #338: export current file as $NNN
author
Arun Prakash Jana <engineerarun@gmail.com>
Mon, 7 Oct 2019 11:01:50 +0000 (16:31 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Mon, 7 Oct 2019 11:02:00 +0000 (16:32 +0530)
src/nnn.c
patch
|
blob
|
history
diff --git
a/src/nnn.c
b/src/nnn.c
index 67e276465fa54c78f894ee27848613cc6694bb36..961fab8d34ba59ea7e88fe5e22f7d7b5f0775a91 100644
(file)
--- a/
src/nnn.c
+++ b/
src/nnn.c
@@
-426,7
+426,7
@@
static const char * const envs[] = {
"VISUAL",
"EDITOR",
"PAGER",
- "NN",
+ "NN
N
",
};
/* Event handling */