mirror of
https://codeberg.org/cage/tinmop/
synced 2025-06-05 01:09:17 +02:00
- fixed a bug in 'jump-to-parent-node', 'normalize a path with a '..' already generate a path that points to the parent.
This commit is contained in:
@@ -307,7 +307,7 @@
|
||||
|
||||
(defun jump-to-parent-node (window path)
|
||||
(when (fs:backreference-dir-p path)
|
||||
(let ((parent-path (fs:parent-dir-path (uri:normalize-path path))))
|
||||
(let ((parent-path (uri:normalize-path path)))
|
||||
(win-clear window :redraw nil)
|
||||
(resync-rows-db window :selected-path parent-path :redraw t))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user