-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Open
Labels
Description
Steps to reproduce
These lines should be wrapped in #ifdef FEAT_MENU since w_winbar_height is wrapped inside one.
Lines 7660 to 7676 in 327e0e3
| if (actual_change) | |
| { | |
| wp->w_status_height = stlo_mh; | |
| if (wp->w_status_height > frp->fr_height - wp->w_winbar_height | |
| - p_wmh) | |
| { | |
| wp->w_status_height = frp->fr_height - wp->w_winbar_height | |
| - p_wmh; | |
| } | |
| win_new_height(wp, frp->fr_height - wp->w_status_height | |
| - wp->w_winbar_height); | |
| } | |
| else | |
| { | |
| if (frp->fr_height - wp->w_winbar_height - p_wmh < stlh_effort) | |
| stlh_effort = frp->fr_height - wp->w_winbar_height - p_wmh; | |
| } |
Expected behaviour
Vim compiled sucessfully without FEAT_MENU
Version of Vim
9.2.0096
Environment
Windows
Logs and stack traces
Reactions are currently unavailable