Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c870 status_match_len(expand_T *xp, char_u *s) in status_match_len() function
968 clen = status_match_len(xp, L_MATCH(match)) + 3; in win_redr_status_matches()
981 clen += status_match_len(xp, L_MATCH(i)) + 2; in win_redr_status_matches()
992 clen += status_match_len(xp, L_MATCH(i)) + 2; in win_redr_status_matches()
1003 clen += status_match_len(xp, L_MATCH(first_match - 1)) + 2; in win_redr_status_matches()
1024 while ((long)(clen + status_match_len(xp, L_MATCH(i)) + 2) < Columns) in win_redr_status_matches()