Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h853 #define EW_EMPTYOK 0x8000 // no matches is not an error macro
H A Dfilepath.c4017 return ((flags & EW_EMPTYOK) || ga.ga_data != NULL) ? retval : FAIL; in gen_expand_wildcards()