marty
a72cb80337
fix a bug with :NERDTreeFind and symlinks
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.
Description
No description provided
Languages
Vim script
100%