Handle non-'/' delimiters for commandline 'incsearch' by bobrippling · Pull Request #5665 · vim/vim

@bobrippling

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.

k-takata

@bobrippling

@bobrippling

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