Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dcharset.pro28 int vim_isfilec_or_wc(int c);
/vim-8.2.3635/src/
H A Dcharset.c906 vim_isfilec_or_wc(int c) in vim_isfilec_or_wc() function
H A Dcmdexpand.c1250 if (c == '`' || vim_isfilec_or_wc(c)) in set_one_cmd_context()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt5287 Solution: Add vim_isfilec_or_wc() and use it. (Martin Toft)