Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c6563 #define STYLE_VIMGLOB 2 // use "vimglob", for Posix sh in mch_expand_wildcards() macro
6635 shell_style = STYLE_VIMGLOB; in mch_expand_wildcards()
6641 if (shell_style == STYLE_VIMGLOB) in mch_expand_wildcards()
6709 else if (shell_style == STYLE_VIMGLOB) in mch_expand_wildcards()
6895 else if (shell_style == STYLE_BT || shell_style == STYLE_VIMGLOB) in mch_expand_wildcards()
6976 || shell_style == STYLE_VIMGLOB) in mch_expand_wildcards()