Remove backslashes in man pages using Vim script by lifecrisis · Pull Request #12557 · vim/vim

Konfekt pushed a commit to Konfekt/vim that referenced this pull request

Aug 30, 2023
…2557)

Closes: vim#12301

Co-authored-by: Jason Franklin <jason@oneway.dev>

ychin added a commit to ychin/vim that referenced this pull request

Sep 16, 2023
Fix the issue introduced by vim#12557. `:substitue` commands in plugins
need to take into account whether `gdefault` is set or not because
that depends on the user.

@ychin ychin mentioned this pull request

Sep 16, 2023

chrisbra pushed a commit that referenced this pull request

Sep 16, 2023
Fix the issue introduced by #12557. `:substitute` commands in plugins
need to take into account whether `gdefault` is set or not because
that depends on the user.

closes: #13097

Signed-off-by: Christian Brabandt <cb@256bit.org>

chrisbra pushed a commit to chrisbra/vim that referenced this pull request

Sep 22, 2023
…2557)

Closes: vim#12301

Co-authored-by: Jason Franklin <jason@oneway.dev>