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 vim/vim#7687)
7c886db915
This commit is contained in:
Jan Edmund Lazo
2021-01-16 22:02:14 -05:00
parent 6a01b3fcc3
commit 402f2bda13
3 changed files with 54 additions and 42 deletions

View File

@@ -3828,7 +3828,7 @@ static void cmd_cursor_goto(int row, int col)
ui_grid_cursor_goto(grid->handle, row, col);
}
void gotocmdline(int clr)
void gotocmdline(bool clr)
{
if (ui_has(kUICmdline)) {
return;