Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c724 int dirchunk_len = 0; in shorten_dir_len() local
740 dirchunk_len = 0; in shorten_dir_len()
747 ++dirchunk_len; // only count word chars for the size in shorten_dir_len()
751 if (dirchunk_len >= trim_len) in shorten_dir_len()