Set to the lat selected file

This commit is contained in:
Arun Prakash Jana 2017-06-06 21:31:40 +05:30
parent 889500b057
commit f52367a481
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 1 deletions

3
nnn.c
View File

@ -757,7 +757,8 @@ readln(char *path)
printprompt(ln);
break;
case CONTROL('L'):
cur = oldcur; // fallthrough
if (len == 1)
cur = oldcur; // fallthrough
case CONTROL('Q'):
goto end;
default: