mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
@@ -5537,7 +5537,7 @@ void ex_ownsyntax(exarg_T *eap)
|
||||
}
|
||||
}
|
||||
|
||||
int syntax_present(win_T *win)
|
||||
bool syntax_present(win_T *win)
|
||||
{
|
||||
return win->w_s->b_syn_patterns.ga_len != 0
|
||||
|| win->w_s->b_syn_clusters.ga_len != 0
|
||||
|
Reference in New Issue
Block a user