Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c1451 char_u *to_start; in do_highlight() local
1456 to_start = skipwhite(from_end); in do_highlight()
1457 to_end = skiptowhite(to_start); in do_highlight()
1459 if (ends_excmd2(line, from_start) || ends_excmd2(line, to_start)) in do_highlight()
1474 to_len = (int)(to_end - to_start); in do_highlight()
1475 highlight_group_link(from_start, from_len, to_start, to_len, in do_highlight()