mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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>