Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_docmd.c4838 # define ESCAPE_CHARS nobslash in expand_filename() macro
4840 # define ESCAPE_CHARS escape_chars in expand_filename() macro
4844 if (vim_strchr(ESCAPE_CHARS, *l) != NULL) in expand_filename()
4846 l = vim_strsave_escaped(repl, ESCAPE_CHARS); in expand_filename()