Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h2798 #define VSE_SHELL 1 // escape for a shell command macro
H A Dex_getln.c3920 p = vim_strsave_escaped(fname, what == VSE_SHELL ? SHELL_ESC_CHARS in vim_strsave_fnameescape()
3922 if (what == VSE_SHELL && csh_like_shell() && p != NULL) in vim_strsave_fnameescape()
H A Dcmdexpand.c92 xp->xp_shell ? VSE_SHELL : vse_what); in ExpandEscape()