mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
shada: Add default value for is_unnamed
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user