fengggli / configurations

quick setup for my development environment.
0 stars 1 forks source link

乱码 #2

Open fengggli opened 7 years ago

fengggli commented 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

qoofyk commented 6 years ago

~/.vim/bundle/nerdtree/plugin/NERD_tree.vim