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:
@@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user