mirror of
https://github.com/jarun/nnn.git
synced 2025-03-24 07:12:16 +00:00
Do not refresh if same dir
This commit is contained in:
parent
33365dea52
commit
ad4ffb8928
1 changed files with 1 additions and 1 deletions
|
@ -3106,7 +3106,7 @@ nochange:
|
|||
goto nochange;
|
||||
|
||||
if (strcmp(path, dir) == 0)
|
||||
break;
|
||||
goto nochange;
|
||||
|
||||
/* SEL_CDLAST: dir pointing to lastdir */
|
||||
xstrlcpy(newpath, dir, PATH_MAX);
|
||||
|
|
Loading…
Add table
Reference in a new issue