Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c6572 …static char *sh_vimglob_func = "vimglob() { while [ $# -ge 1 ]; do echo \"$1\"; shift; done }; vim… in mch_expand_wildcards() local
6642 len += STRLEN(sh_vimglob_func); in mch_expand_wildcards()
6710 STRCAT(command, sh_vimglob_func); in mch_expand_wildcards()