-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slows down the Vim on switching between tabs and buffers #189
Comments
...strange but now switches fast, without restarting of the Vim. |
Can not reproduce now. |
Having this same issue. Any tips on how to debug are welcomed :) |
Sounds like #29 (comment) |
@xtal8 Already had that, and even tried running my own server. Have since switched to https://github.com/carlitux/deoplete-ternjs and the problem no longer exists. |
The slow buffer switch is due to an autocmd which updates the buffer on BufLeave. You can remove that autocmd by adding this to your .vimrc: autocmd FileType javascript autocmd! TernAutoCmd BufLeave |
Try
gt
and:tabnext
, however starting from the bash is faster.Few seconds is a very long delay :(
The text was updated successfully, but these errors were encountered: