Open fengggli opened 7 years ago
Sometimes the directory have irregular charaters, the solution is change the following lines:
if !nerdtree#runningWindows() call s:initVariable(“g:NERDTreeDirArrowExpandable”, “�~V�”) call s:initVariable(“g:NERDTreeDirArrowCollapsible”, “�~V�”) else call s:initVariable(“g:NERDTreeDirArrowExpandable”, “+”) call s:initVariable(“g:NERDTreeDirArrowCollapsible”, “~”) to if !nerdtree#runningWindows() call s:initVariable(“g:NERDTreeDirArrowExpandable”, “+”) call s:initVariable(“g:NERDTreeDirArrowCollapsible”, “~”) else call s:initVariable(“g:NERDTreeDirArrowExpandable”, “+”) call s:initVariable(“g:NERDTreeDirArrowCollapsible”, “~”)
~/.vim/bundle/nerdtree/plugin
~/.vim/bundle/nerdtree/plugin/NERD_tree.vim
Sometimes the directory have irregular charaters, the solution is change the following lines:
~/.vim/bundle/nerdtree/plugin