vim-nerdtree-tabs icon indicating copy to clipboard operation
vim-nerdtree-tabs copied to clipboard

g:nerdtree_tabs_autofind=1 is not working

Open xndcn opened this issue 7 years ago • 1 comments

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.

xndcn avatar Aug 08 '18 09:08 xndcn

Here is my fix patch: 84378a9d81e815cf29d387430bacdbaf3476bf7c It works for me, but I'm not sure whether there is any side effect...

xndcn avatar Aug 08 '18 09:08 xndcn