Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c644 char_u *exp_path; in showmatches() local
650 exp_path = expand_env_save_opt(files_found[k], TRUE); in showmatches()
651 path = exp_path != NULL ? exp_path : files_found[k]; in showmatches()
655 vim_free(exp_path); in showmatches()