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 95c526e commit 92769c3Copy full SHA for 92769c3
src/buffer.c
@@ -885,8 +885,10 @@ init_changedtick(buf_T *buf)
885
di->di_tv.v_lock = VAR_FIXED;
886
di->di_tv.vval.v_number = 0;
887
888
+#ifdef FEAT_EVAL
889
STRCPY(buf->b_ct_di.di_key, "changedtick");
890
(void)dict_add(buf->b_vars, di);
891
+#endif
892
}
893
894
/*
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
+ 366,
769
/**/
770
365,
771
0 commit comments