Skip to content

Commit

Permalink
remove feature #241 temp
Browse files Browse the repository at this point in the history
  • Loading branch information
aborn committed May 8, 2017
1 parent 42b00dd commit 5e12716
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions neotree.el
Original file line number Diff line number Diff line change
Expand Up @@ -1047,8 +1047,7 @@ Like Python's os.path.join,
"Base file/directory name by FILE.
Taken from http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg01238.html"
(or (if (string= file "/") "/")
(if (member file (neo-get-unsaved-buffers-from-projectile)) (concat (neo-util--make-printable-string (file-name-nondirectory (directory-file-name file))) " *" )
(neo-util--make-printable-string (file-name-nondirectory (directory-file-name file))))))
(neo-util--make-printable-string (file-name-nondirectory (directory-file-name file)))))

(defun neo-path--file-truename (path)
(let ((rlt (file-truename path)))
Expand Down

0 comments on commit 5e12716

Please sign in to comment.