Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c28 static void frame_new_height(frame_T *topfrp, int height, int topfirst, int wfh);
3142 int wfh) // obey 'winfixheight' when there is a choice; in frame_new_height() argument
3163 frame_new_height(frp, height, topfirst, wfh); in frame_new_height()
3180 if (wfh) in frame_new_height()
3193 if (wfh) in frame_new_height()
3209 frame_new_height(frp, h, topfirst, wfh); in frame_new_height()
3214 topfirst, wfh); in frame_new_height()
3221 while (wfh && frp != NULL && frame_fixed_height(frp)); in frame_new_height()
3227 while (wfh && frp != NULL && frame_fixed_height(frp)); in frame_new_height()
3237 frame_new_height(frp, frp->fr_height + extra_lines, topfirst, wfh); in frame_new_height()
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim33 … tpm ttimeoutlen ttyscroll tx undolevels vartabstop vfile virtualedit warn wfh wildchar wim winmin…
/vim-8.2.3635/runtime/
H A Doptwin.vim489 call <SID>BinOptionL("wfh")
/vim-8.2.3635/runtime/doc/
H A Dquickref.txt999 'winfixheight' 'wfh' keep window height when opening/closing windows
H A Dtags1222 'wfh' options.txt /*'wfh'*
H A Doptions.txt9035 *'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'*
9036 'winfixheight' 'wfh' boolean (default off)
H A Dversion8.txt24967 Problem: When 'wfh' is set ":bel 10new" scrolls window. (Andrew Pyatkov)