version: has("nvim-1.2.3")

Helped-by: Daniel Hahler <git@thequod.de>
This commit is contained in:
Justin M. Keyes
2015-05-05 00:15:09 -04:00
parent f96dfae52f
commit e7e2844d46
5 changed files with 131 additions and 32 deletions

View File

@@ -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