Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c30 get_short_pathname(char_u **fnamep, char_u **bufp, int *fnamelen) in get_short_pathname() function
145 if (get_short_pathname(&short_fname, &pbuf_unused, &len) == FAIL) in shortpath_for_invalid_fname()
236 if (get_short_pathname(&tfname, &pbuf, &len) == FAIL) in shortpath_for_partial()
561 if (get_short_pathname(fnamep, bufp, &l) == FAIL) in modify_fname()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt39973 Problem: get_short_pathname() fails depending on encoding.