Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c1452 char_u *to_end; in do_highlight() local
1457 to_end = skiptowhite(to_start); in do_highlight()
1466 if (!ends_excmd2(line, skipwhite(to_end))) in do_highlight()
1474 to_len = (int)(to_end - to_start); in do_highlight()