mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
syntax: add const to get_syntax_attr() params
This commit is contained in:
@@ -3294,8 +3294,7 @@ win_line (
|
||||
did_emsg = FALSE;
|
||||
|
||||
syntax_attr = get_syntax_attr((colnr_T)v - 1,
|
||||
has_spell ? &can_spell :
|
||||
NULL, FALSE);
|
||||
has_spell ? &can_spell : NULL, false);
|
||||
|
||||
if (did_emsg) {
|
||||
wp->w_s->b_syn_error = TRUE;
|
||||
|
Reference in New Issue
Block a user