We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae5fc9 commit 3b31851Copy full SHA for 3b31851
2 files changed
src/dict.c
@@ -229,6 +229,7 @@ dictitem_alloc(char_u *key)
229
STRCPY(di->di_key, key);
230
di->di_flags = DI_FLAGS_ALLOC;
231
di->di_tv.v_lock = 0;
232
+ di->di_tv.v_type = VAR_UNKNOWN;
233
}
234
return di;
235
src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
755
756
static int included_patches[] =
757
{ /* Add new patch number below this line */
758
+/**/
759
+ 3407,
760
/**/
761
3406,
762
0 commit comments