Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dfilepath.pro2 int modify_fname(char_u *src, int tilde_file, int *usedlen, char_u **fnamep, char_u **bufp, int *fn…
/vim-8.2.3635/src/
H A Dfilepath.c293 int tilde_file, // "~" is a file name, not $HOME in modify_fname() argument
329 && !(tilde_file && (*fnamep)[1] == NUL) in modify_fname()
H A Dex_docmd.c8892 int tilde_file = FALSE; in eval_vars() local
8965 tilde_file = STRCMP(result, "~") == 0; in eval_vars()
9036 tilde_file = STRCMP(result, "~") == 0; in eval_vars()
9160 valid |= modify_fname(src, tilde_file, usedlen, &result, &resultbuf, in eval_vars()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt27253 Solution: Move tilde_file inside #ifdef. (Hirohito Higashi, closes #3255)