summaryrefslogtreecommitdiffstats
path: root/src/beval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beval.h')
-rw-r--r--src/beval.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/beval.h b/src/beval.h
index f4d1d80e9a..49ba05b2ec 100644
--- a/src/beval.h
+++ b/src/beval.h
@@ -71,7 +71,10 @@ typedef struct BalloonEvalStruct
void *clientData; /* For callback */
#endif
- int ts; /* tabstop setting for this buffer */
+ int ts; // tabstop setting for this buffer
+#ifdef FEAT_VARTABS
+ int *vts; // vartabstop setting for this buffer
+#endif
char_u *msg;
} BalloonEval;