mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
shada: Add default value for is_unnamed
This commit is contained in:
parent
745bac562d
commit
2f2eeb19ba
@ -475,6 +475,7 @@ static const ShadaEntry sd_default_values[] = {
|
||||
.type = kMTCharWise,
|
||||
.contents = NULL,
|
||||
.contents_size = 0,
|
||||
.is_unnamed = false,
|
||||
.width = 0,
|
||||
.additional_data = NULL),
|
||||
DEF_SDE(Variable, global_var,
|
||||
|
Loading…
Reference in New Issue
Block a user