We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fda6ff commit 1bf98fdCopy full SHA for 1bf98fd
neotree.el
@@ -560,7 +560,7 @@ PATH is value."
560
(defun neo-buffer--insert-root-entry (node)
561
(neo-buffer--newline-and-begin)
562
(insert-button ".."
563
- 'action '(lambda (x) (neo-node-do-change-root))
+ 'action '(lambda (x) (neotree-change-root))
564
'follow-link t
565
'face neo-file-link-face
566
'neo-full-path (neo-path--updir node))
0 commit comments