chxuan / vimplus

:rocket:An automatic configuration program for vim
https://github.com/chxuan/vimplus
MIT License
3.9k stars 1.13k forks source link

g:NERDTreeIndicatorMapCustom' is deprecated #292

Closed artemiseven closed 4 years ago

artemiseven commented 4 years ago

在ubuntu18.04安装完后用vim打开文件 , 会提示: [nerdtree-git-status] option 'g:NERDTreeIndicatorMapCustom' is deprecated, please use 'g:NERDTreeGitStatusIndicatorMapCustom' Press ENTER or type command to continue 后面修改.vimrc --- a/.vimrc +++ b/.vimrc @@ -312,7 +312,7 @@ map w (easymotion-bd-w) nmap w (easymotion-overwin-w)

" nerdtree-git-plugin -let g:NERDTreeIndicatorMapCustom = { +let g:NERDTreeGitStatusIndicatorMapCustom = { 貌似可以解决.

fsqx commented 4 years ago

多谢,刚装了一下也遇到同样的问题了,按您的方法已经改好了