summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-23 21:32:16 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-23 21:32:16 +0000
commitdf1bdc92c289d4531f82418f448466c99ca4bb78 (patch)
treec8ab380c2ffaa17450ffeb5a4ed51c404a38fe15 /src/structs.h
parent80a94a582cd2d5307d1e65ec06fe0fb05f60d7c9 (diff)
downloadvim-git-df1bdc92c289d4531f82418f448466c99ca4bb78.tar.gz
updated for version 7.0205
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 4d1928e89..bb02a75ea 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -428,6 +428,7 @@ typedef struct
# endif
# ifdef FEAT_WINDOWS
int split; /* flags for win_split() */
+ int tab; /* > 0 when ":tab" was used */
# endif
# if defined(FEAT_GUI_DIALOG) || defined(FEAT_CON_DIALOG)
int confirm; /* TRUE to invoke yes/no dialog */