mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
lint
This commit is contained in:
@@ -5158,7 +5158,7 @@ static void syn_cmd_sync(exarg_T *eap, int syncing)
|
||||
|
||||
if (curwin->w_s->b_syn_linecont_prog == NULL) {
|
||||
XFREE_CLEAR(curwin->w_s->b_syn_linecont_pat);
|
||||
finished = TRUE;
|
||||
finished = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user