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 a12e403 commit 14c2e18Copy full SHA for 14c2e18
src/eval.c
@@ -6640,7 +6640,7 @@ set_vim_var_dict(int idx, dict_T *val)
6640
if (HASHITEM_EMPTY(hi))
6641
continue;
6642
--todo;
6643
- HI2DI(hi)->di_flags = DI_FLAGS_RO | DI_FLAGS_FIX;
+ HI2DI(hi)->di_flags |= DI_FLAGS_RO | DI_FLAGS_FIX;
6644
}
6645
6646
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 371,
769
/**/
770
370,
771
0 commit comments