Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c527 #define L_SHOWFILE(m) (showtail ? sm_gettail(files_found[m]) : files_found[m]) in showmatches()
537 int showtail; in showmatches() local
544 showtail = expand_showtail(xp); in showmatches()
553 showtail = cmd_showtail; in showmatches()
575 win_redr_status_matches(xp, num_files, files_found, -1, showtail); in showmatches()
583 if (!showtail && (xp->xp_context == EXPAND_FILES in showmatches()
662 if (showtail) in showmatches()
H A Dscreen.c930 int showtail) in win_redr_status_matches() argument
932 #define L_MATCH(m) (showtail ? sm_gettail(matches[m]) : matches[m]) in win_redr_status_matches()
/vim-8.2.3635/src/proto/
H A Dscreen.pro13 … win_redr_status_matches(expand_T *xp, int num_matches, char_u **matches, int match, int showtail);