-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
[RFC]vim-patch:8.2.0295: highlighting for :s wrong when using different separator #14286
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
Conversation
f0d8139 to
5beda9d
Compare
|
@glacambre Can you verify if there are later patches that improve or fix this patch? |
glacambre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for reviewing my PR :).
AFAICS, there aren't any other patches related to this bug.
|
I think I might have missed yet another hunk. Please wait before merging this. |
…parator
Problem: Highlighting for :s wrong when using different separator.
Solution: Use separat argument for search direction and separator. (Rob
Pilling, closes vim/vim#5665)
vim/vim@c036e87
|
Yes, I had botched the application of one hunk. Things should be hopefully ok now. |
No description provided.