Searched refs:wfh (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | window.c | 28 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 D | vim.vim | 33 … tpm ttimeoutlen ttyscroll tx undolevels vartabstop vfile virtualedit warn wfh wildchar wim winmin…
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 489 call <SID>BinOptionL("wfh")
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | quickref.txt | 999 'winfixheight' 'wfh' keep window height when opening/closing windows
|
| H A D | tags | 1222 'wfh' options.txt /*'wfh'*
|
| H A D | options.txt | 9035 *'winfixheight'* *'wfh'* *'nowinfixheight'* *'nowfh'* 9036 'winfixheight' 'wfh' boolean (default off)
|
| H A D | version8.txt | 24967 Problem: When 'wfh' is set ":bel 10new" scrolls window. (Andrew Pyatkov)
|