Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dbuffer.pro29 char_u *buflist_nr2name(int n, int fullname, int helptail);
/vim-8.2.3635/src/
H A Dbuffer.c2919 int helptail) // for help buffers return tail only in buflist_nr2name() argument
2926 return home_replace_save(helptail ? buf : NULL, in buflist_nr2name()