mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +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:
@@ -1790,7 +1790,7 @@ bool valid_name(const char *val, const char *allowed)
|
||||
void check_blending(win_T *wp)
|
||||
{
|
||||
wp->w_grid_alloc.blending =
|
||||
wp->w_p_winbl > 0 || (wp->w_floating && wp->w_float_config.shadow);
|
||||
wp->w_p_winbl > 0 || (wp->w_floating && wp->w_config.shadow);
|
||||
}
|
||||
|
||||
/// Handle setting `winhighlight' in window "wp"
|
||||
|
Reference in New Issue
Block a user