mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -394,7 +394,7 @@ void nvim_win_set_config(Window window, Dictionary config, Error *err)
|
||||
return;
|
||||
}
|
||||
bool new_float = !win->w_floating;
|
||||
// reuse old values, if not overriden
|
||||
// reuse old values, if not overridden
|
||||
FloatConfig fconfig = new_float ? FLOAT_CONFIG_INIT : win->w_float_config;
|
||||
|
||||
if (!parse_float_config(config, &fconfig, !new_float, false, err)) {
|
||||
|
Reference in New Issue
Block a user