commit | 7c886db915035bc064ca307f02c34ae9d99cc733 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 14:34:45 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 14:34:45 2021 +0100 |
tree | c0e5e45792d1a4d9d968991e6bb11115c9284364 | |
parent | a3b494d6afa79aedce42fa4ecc7ef0dbae79e37e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index aa86cab..8dccaf2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2361, +/**/ 2360, /**/ 2359,