mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 11:53:48 -05:00
Previously, if we called NERDTreeFind for a file that was inside a symlinked dir (when vims CWD was above that dir) then it would get confused by the symlink and fail. Use :p with expand to get around this.