Browse Source

Clear lastname is the top file is deleted

master
Arun Prakash Jana 5 years ago
parent
commit
5f18a0892c
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/nnn.c

+ 2
- 1
src/nnn.c View File

@@ -5279,7 +5279,8 @@ nochange:
if (cur && access(newpath, F_OK) == -1) {
move_cursor(cur - 1, 0);
copycurname();
}
} else
lastname[0] = '\0';

if (cfg.filtermode)
presel = FILTER;


Loading…
Cancel
Save