1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-01-16 14:34:45 +01:00
parent a3b494d6af
commit 7c886db915
2 changed files with 7 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2361,
/**/
2360,
/**/