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

vim-patch:8.2.4724: current instance of last search pattern not easily spotted #18187

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

zeertzjq
Copy link
Member

@zeertzjq zeertzjq commented Apr 20, 2022

vim-patch:8.2.4724: current instance of last search pattern not easily spotted

Problem: Current instance of last search pattern not easily spotted.
Solution: Add CurSearch highlighting. (closes vim/vim#10133)
vim/vim@a439938

This fixes CurSearch highlight for multiline match.
Omit screen redrawing code because Nvim redraws CurSearch differently.

@github-actions github-actions bot added the vim-patch See https://neovim.io/doc/user/dev_vimpatch.html label Apr 20, 2022
@zeertzjq zeertzjq changed the title vim-patch:8.2.4724 vim-patch:8.2.4724: current instance of last search pattern not easily spotted Apr 20, 2022
@github-actions github-actions bot requested a review from seandewar April 20, 2022 13:07
@zeertzjq zeertzjq removed the request for review from seandewar April 20, 2022 13:08
…y spotted

Problem:    Current instance of last search pattern not easily spotted.
Solution:   Add CurSearch highlighting. (closes vim/vim#10133)
vim/vim@a439938

This fixes CurSearch highlight for multiline match.
Omit screen redrawing code because Nvim redraws CurSearch differently.
@zeertzjq zeertzjq merged commit 61eca90 into neovim:master Apr 20, 2022
@zeertzjq zeertzjq deleted the vim-8.2.4724 branch April 20, 2022 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vim-patch See https://neovim.io/doc/user/dev_vimpatch.html
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant