You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new option so users can choose to resolve symlinks or not.
Automatically resolving symlinks is not always the right choice, and is different from what Vim does, and can cause some issues for users when their directory changes unexpectedly.
Attached a (rather naive) patch that simply skips the call to Vim resolve() function if the option g:NERDTreeResolveSymLinks is disabled (v:false). The default option is v:true, to keep the original behavior of NERDTree, though I do not recommend it.