]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc' v8.2.2361
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2021 13:34:45 +0000 (14:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2021 13:34:45 +0000 (14:34 +0100)
commit7c886db915035bc064ca307f02c34ae9d99cc733
treec0e5e45792d1a4d9d968991e6bb11115c9284364
parenta3b494d6afa79aedce42fa4ecc7ef0dbae79e37e
patch 8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc'

Problem:    Vim9: no highlight for "s///gc" when using 'opfunc'.
Solution:   Reset 'lazyredraw' temporarily. (closes #7687)
src/ex_cmds.c
src/version.c