Skip to content

Commit 5e12716

Browse files
committed
remove feature #241 temp
1 parent 42b00dd commit 5e12716

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

neotree.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,8 +1047,7 @@ Like Python's os.path.join,
10471047
"Base file/directory name by FILE.
10481048
Taken from http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg01238.html"
10491049
(or (if (string= file "/") "/")
1050-
(if (member file (neo-get-unsaved-buffers-from-projectile)) (concat (neo-util--make-printable-string (file-name-nondirectory (directory-file-name file))) " *" )
1051-
(neo-util--make-printable-string (file-name-nondirectory (directory-file-name file))))))
1050+
(neo-util--make-printable-string (file-name-nondirectory (directory-file-name file)))))
10521051

10531052
(defun neo-path--file-truename (path)
10541053
(let ((rlt (file-truename path)))

0 commit comments

Comments
 (0)