mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user