Open cmdcolin opened 5 years ago
It looks like NERDTree window has to be focused to use this functionality. @scrooloose is it possible to e.g. fetch open directories without having NERDTree visible?
UPDATE: answering my own question:
let b_NERDTree = getbufvar(t:NERDTreeBufName, 'NERDTree')
Hi there,
I just was trying to use the command
:NERDTreeProjectSave myproj
It gave me the error "E121: Undefined variable: b:NERDTree"
My full vimrc is