summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 253f774ab..ee56bd3e4 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -2433,7 +2433,9 @@ struct file_buffer
term_T *b_term; /* When not NULL this buffer is for a terminal
* window. */
#endif
-
+#ifdef FEAT_DIFF
+ int b_diff_failed; // internal diff failed for this buffer
+#endif
}; /* file_buffer */