File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -2373,7 +2373,7 @@ bool msg_use_msgsep(void)
2373
2373
{
2374
2374
// the full-screen scroll behavior doesn't really make sense with
2375
2375
// 'ext_multigrid'
2376
- return (( dy_flags & DY_MSGSEP ) || ui_has (kUIMultigrid ) );
2376
+ return (dy_flags & DY_MSGSEP ) || ui_has (kUIMultigrid );
2377
2377
}
2378
2378
2379
2379
bool msg_do_throttle (void )
Original file line number Diff line number Diff line change @@ -6415,12 +6415,6 @@ void command_height(void)
6415
6415
// p_ch was changed in another tab page.
6416
6416
curtab -> tp_ch_used = p_ch ;
6417
6417
6418
- // If the space for the command line is already more than 'cmdheight' there
6419
- // is nothing to do (window size must have decreased).
6420
- if (p_ch > old_p_ch && cmdline_row <= Rows - p_ch ) {
6421
- return ;
6422
- }
6423
-
6424
6418
// If cmdline_row is smaller than what it is supposed to be for 'cmdheight'
6425
6419
// then set old_p_ch to what it would be, so that the windows get resized
6426
6420
// properly for the new value.
You can’t perform that action at this time.
0 commit comments