mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -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,
|
.type = kMTCharWise,
|
||||||
.contents = NULL,
|
.contents = NULL,
|
||||||
.contents_size = 0,
|
.contents_size = 0,
|
||||||
|
.is_unnamed = false,
|
||||||
.width = 0,
|
.width = 0,
|
||||||
.additional_data = NULL),
|
.additional_data = NULL),
|
||||||
DEF_SDE(Variable, global_var,
|
DEF_SDE(Variable, global_var,
|
||||||
|
Loading…
Reference in New Issue
Block a user