Merge pull request #23255 from lewis6991/vimpatch/9.0.1293

vim-patch:9.0.{1293,1308,1311}: refactor option.c
This commit is contained in:
Lewis Russell 2023-04-22 12:21:45 +01:00 committed by GitHub
commit 515106ac08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 630 additions and 402 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6098,7 +6098,7 @@ static void frame_setwidth(frame_T *curfrp, int width)
}
// Check 'winminheight' for a valid value and reduce it if needed.
void win_setminheight(void)
void did_set_winminheight(void)
{
bool first = true;
@ -6118,7 +6118,7 @@ void win_setminheight(void)
}
// Check 'winminwidth' for a valid value and reduce it if needed.
void win_setminwidth(void)
void did_set_winminwidth(void)
{
bool first = true;