mirror of
https://github.com/jarun/nnn.git
synced 2025-01-09 17:39:38 +00:00
Jump back last dir from plugin dir with -
This commit is contained in:
parent
ad6b6bd3df
commit
6c5eab5e55
|
@ -7526,6 +7526,7 @@ nochange:
|
||||||
g_state.runplugin = 1;
|
g_state.runplugin = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xstrsncpy(lastdir, path, PATH_MAX);
|
||||||
xstrsncpy(rundir, path, PATH_MAX);
|
xstrsncpy(rundir, path, PATH_MAX);
|
||||||
xstrsncpy(path, plgpath, PATH_MAX);
|
xstrsncpy(path, plgpath, PATH_MAX);
|
||||||
if (ndents)
|
if (ndents)
|
||||||
|
|
Loading…
Reference in a new issue