Closed guiene closed 4 years ago
What's the point?
What's the point?
[nerdtree-git-status] option 'g:NERDTreeUpdateOnCursorHold' is deprecated, please use 'g:NERDTreeGitStatusUpdateOnCursorHold
, I can't findg:NERDTreeUpdateOnCursorHold
in vimrc.
In my vimrc, the problem is with vim-devicons
This plugin also use the variable g:NERDTreeUpdateCursorHold
to cause this error.
If you really don't want to see this error message, you can add the followed in you vimrc.
autocmd VimEnter * unlet g:NERDTreeUpdateOnCursorHold
But the vim-devicons
Updating On CursorHold function maybe invalid(it's just a beauty plugyin).
By the way, why did you change the names of these variables? @Xuyuanp All right, it improves the readability of the code. Is that the only reason?
Duplicate of #151
Self-Diagnosis
Environment (for bug reports)
:echo v:version
:?
:Steps to Reproduce the Issue
Current Result (Include screenshots where appropriate.)
Expected Result