summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 5ad606efe8..670e0d229a 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -343,6 +343,7 @@ struct wininfo_S
int wi_fold_manual; // copy of w_fold_manual
garray_T wi_folds; // clone of w_folds
#endif
+ int wi_changelistidx; // copy of w_changelistidx
};
/*