mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.2077: build failure with small features
Problem: Build failure with small features. Solution: Add #ifdef.
This commit is contained in:
@@ -4155,7 +4155,9 @@ typedef struct {
|
||||
int save_finish_op;
|
||||
int save_opcount;
|
||||
int save_reg_executing;
|
||||
#ifdef FEAT_EVAL
|
||||
int save_script_version;
|
||||
#endif
|
||||
tasave_T tabuf;
|
||||
} save_state_T;
|
||||
|
||||
|
Reference in New Issue
Block a user