-
Notifications
You must be signed in to change notification settings - Fork 89
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
vim become very slow when there is a long define #243
Comments
i have the sam issue, when i use long define, neovim will become very slow. |
I've experienced this when using syntax folding, hence my recommendation to use FastFold plugin at the end of README.md in the front page. Have you tried this? |
Thanks for your reply. I am in normal mode, long define will be very slow. But your recommendation to use FastFold plugin at the end of README.md is in insert mode. The FastFold plugin also overcomes this issue in normal mode? |
Even though I set the foldmethod to marker, the problem still persists. When i use hjkl to move cursor, vim becomes very slow. But when I use Ctrl-f to scroll through pages, vim does't become slow. |
"let g:verilog_quick_syntax = 1" will let long define don't become very slow. But automatic indentation will be desiabled. |
Hi,
When the cursor moves within the long define block, Vim becomes very slow. But when the cursor moves outside the range of the define, it becomes normal.
I have some files which have long defines. When move the cursor with these defines, it become very slow. So could you please help me find the problem?
The define like this but longer than this.
The text was updated successfully, but these errors were encountered: