Skip to content

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