You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed COC (https://github.com/neoclide/coc.nvim) and when I have a single file open everything works perfect however once I open a second file in a second tab vim spews E38 errors.
I googled around for some answer to the redrawtime exceeded many posts said to brew reinstall source-highlight so I tried that, didn't fix the issue.
The only thing that fixes the issue is if I comment out this line autocmd BufWinEnter * NERDTreeMirror in my .vimrc. If I comment this out new tabs spawn just fine but don't have the NERDTree in the second tab.
I've tried both autocmd BufWinEnter * NERDTreeMirror & autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif but both have the same issue.
The text was updated successfully, but these errors were encountered:
For whatever its worth I just setup the same VIM configuration on my WSL Ubuntu Windows 11 setup and I cannot reproduce the issue there. I even deleted everything under ~/.vim/bundle on my mac and reinstalled all my plugins but I still get this error when auto opening NERDTree on subsequent tabs.
Macvim version (macvim-v)
Terminal name/version
VIMRC (.vimrc)
https://github.com/bcarpio/vim/blob/master/.vimrc
State Your Question
I recently installed COC (https://github.com/neoclide/coc.nvim) and when I have a single file open everything works perfect however once I open a second file in a second tab vim spews E38 errors.
When I type
:messages
I get the followingI googled around for some answer to the redrawtime exceeded many posts said to
brew reinstall source-highlight
so I tried that, didn't fix the issue.The only thing that fixes the issue is if I comment out this line
autocmd BufWinEnter * NERDTreeMirror
in my .vimrc. If I comment this out new tabs spawn just fine but don't have the NERDTree in the second tab.I've tried both
autocmd BufWinEnter * NERDTreeMirror
&autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif
but both have the same issue.The text was updated successfully, but these errors were encountered: