vim-nerdtree-tabs
vim-nerdtree-tabs copied to clipboard
g:nerdtree_tabs_autofind=1 is not working
It seems that g:nerdtree_tabs_autofind=1 only works if NERDTree is opened on vim startup.
If we open NERDTree manually by :NERDTreeTabsToggle, current file will not be select automatically.
Here is my fix patch: 84378a9d81e815cf29d387430bacdbaf3476bf7c It works for me, but I'm not sure whether there is any side effect...