mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Add comment
This commit is contained in:
parent
c75e0a886f
commit
7ada9a0b6b
|
@ -3602,6 +3602,7 @@ nochange:
|
||||||
if (!cfg.filtermode && cur && access(newpath, F_OK) == -1)
|
if (!cfg.filtermode && cur && access(newpath, F_OK) == -1)
|
||||||
--cur;
|
--cur;
|
||||||
|
|
||||||
|
/* We reduce cur only if it is > 0, so it's at least 0 */
|
||||||
copycurname();
|
copycurname();
|
||||||
|
|
||||||
if (cfg.filtermode)
|
if (cfg.filtermode)
|
||||||
|
|
Loading…
Reference in a new issue