Home
last modified time | relevance | path

Searched refs:check_state_ends (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dsyntax.c304 static void check_state_ends(void);
807 check_state_ends(); in syn_sync()
931 check_state_ends(); in syn_start_line()
1685 check_state_ends(); in syn_finish_line()
2309 check_state_ends(); in syn_current_attr()
2314 check_state_ends(); in syn_current_attr()
2465 check_state_ends(void) in check_state_ends() function
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt6117 Solution: Check the keepend_level in check_state_ends().
H A Dversion7.txt11565 Solution: Avoid calling check_state_ends() recursively (Ben Schmidt)