Handle non-'/' delimiters for commandline 'incsearch' by bobrippling · Pull Request #5665 · vim/vim
For example, `:s;abc/xyz;replacement;` would only highlight the `abc` part of the search term, since vim would think the '/' was the search delimiter.
glacambre added a commit to glacambre/neovim that referenced this pull request
Apr 4, 2021…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
glacambre added a commit to glacambre/neovim that referenced this pull request
Apr 4, 2021…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
glacambre added a commit to glacambre/neovim that referenced this pull request
Apr 4, 2021…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
glacambre added a commit to glacambre/neovim that referenced this pull request
Apr 4, 2021…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
glacambre added a commit to glacambre/neovim that referenced this pull request
Apr 4, 2021…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
glacambre added a commit to glacambre/neovim that referenced this pull request
Apr 4, 2021…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
janlazo pushed a commit to neovim/neovim that referenced this pull request
Apr 4, 2021…parator (#14286) 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters