mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor: rename w_float_config to w_config #27419
Follows up on rename of `FloatConfig` to `WinConfig` in #27397.
This commit is contained in:
@@ -2773,7 +2773,7 @@ void get_winopts(buf_T *buf)
|
||||
curwin->w_changelistidx = wip->wi_changelistidx;
|
||||
}
|
||||
|
||||
if (curwin->w_float_config.style == kWinStyleMinimal) {
|
||||
if (curwin->w_config.style == kWinStyleMinimal) {
|
||||
didset_window_options(curwin, false);
|
||||
win_set_minimal_style(curwin);
|
||||
}
|
||||
|
Reference in New Issue
Block a user