Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhelp.c31 int empty_fnum = 0; in ex_help() local
169 empty_fnum = curbuf->b_fnum; in ex_help()
188 if (empty_fnum != 0 && curbuf->b_fnum != empty_fnum) in ex_help()
190 buf = buflist_findnr(empty_fnum); in ex_help()
196 if (alt_fnum != 0 && curwin->w_alt_fnum == empty_fnum in ex_help()