Skip to content
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

Improve performance by avoiding unnecessary highlighting updates #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gcrtnst
Copy link

@gcrtnst gcrtnst commented Oct 27, 2024

The vim-better-whitespace plugin currently resets whitespace highlighting whenever the CursorMovedI or CursorMoved events are triggered, in order to exclude the current line from highlighting. However, this results in redundant highlight updates when the cursor moves within the same line.

This PR optimizes performance by skipping the highlight reset if the CursorMovedI or CursorMoved events are triggered without a change in the current line. This reduces unnecessary processing, enhancing responsiveness during cursor movements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant