0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.0.0366: build fails with tiny features

Problem:    Build fails with tiny features.
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2017-02-25 15:41:37 +01:00
parent 95c526e1f6
commit 92769c3928
2 changed files with 4 additions and 0 deletions

View File

@@ -885,8 +885,10 @@ init_changedtick(buf_T *buf)
di->di_tv.v_lock = VAR_FIXED;
di->di_tv.vval.v_number = 0;
#ifdef FEAT_EVAL
STRCPY(buf->b_ct_di.di_key, "changedtick");
(void)dict_add(buf->b_vars, di);
#endif
}
/*

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
366,
/**/
365,
/**/