-
Notifications
You must be signed in to change notification settings - Fork 25
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
Slow scrolling in perl files #123
Comments
I've profiled the slow scrolling in /usr/share/vim/vim82/doc/vim2html.pl |
Hmm, I've added |
I experience something similar with python. It also still happens when context is disabled with Even relatively small python files (63 lines) are dropping a lot of frames when scrolling through them where larger c++ files are just fine. Large python files are extremely slow. Perhaps context should not update on cursor move or scroll until the cursor stops for some amount of time, say a few hundred milliseconds? |
I have disabled the cursormove and winscrolled events and rely on cursorhold for now as a workaround. |
Related to #102 |
Hi @wellle,
we experience super slow scrolling in perl files when context.vim is enabled (version c065414)
This happens even in short perl files like /usr/share/vim/vim82/doc/vim2html.pl
Scrolling works perfectly fine with context.vim enabled in other files, e.g in /usr/local/go/src/crypto/elliptic/internal/fiat/p521_fiat64.go with 5k lines.
Maybe related to #68 ?
The text was updated successfully, but these errors were encountered: