Searched refs:sh_vimglob_func (Results 1 – 1 of 1) sorted by relevance
6572 …static char *sh_vimglob_func = "vimglob() { while [ $# -ge 1 ]; do echo \"$1\"; shift; done }; vim… in mch_expand_wildcards() local6642 len += STRLEN(sh_vimglob_func); in mch_expand_wildcards()6710 STRCAT(command, sh_vimglob_func); in mch_expand_wildcards()