Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_docmd.c4745 int has_wildcards; // need to expand wildcards in expand_filename() local
4764 has_wildcards = mch_has_wildcard(p); in expand_filename()
4898 if (!has_wildcards) in expand_filename()
4903 if (has_wildcards) in expand_filename()
4919 has_wildcards = mch_has_wildcard(NameBuff); in expand_filename()