Fix #338: export current file as $NNN

This commit is contained in:
Arun Prakash Jana 2019-10-07 16:31:50 +05:30
parent 048c5195c3
commit 4f6f1a59d3
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ static const char * const envs[] = {
"VISUAL",
"EDITOR",
"PAGER",
"NN",
"NNN",
};
/* Event handling */