Home
last modified time | relevance | path

Searched refs:next_match_idx (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dsyntax.c247 static int next_match_idx; // index of matched item variable
934 next_match_idx = -1; in syn_start_line()
1827 next_match_idx = -1; in syn_current_attr()
2117 next_match_idx = idx; in syn_current_attr()
2160 next_match_idx = -1; in syn_current_attr()
2198 next_match_idx = -1; in syn_current_attr()
2384 if (push_current_state(next_match_idx) == OK) in push_next_match()
2433 && push_current_state(next_match_idx) == OK) in push_next_match()
2505 next_match_idx = 0; in check_state_ends()
2771 next_match_idx = -1; in pop_current_state()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt7310 Solution: Reset next_match_idx. (Christian Brabandt)