diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-23 21:32:16 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-23 21:32:16 +0000 |
commit | df1bdc92c289d4531f82418f448466c99ca4bb78 (patch) | |
tree | c8ab380c2ffaa17450ffeb5a4ed51c404a38fe15 /src/structs.h | |
parent | 80a94a582cd2d5307d1e65ec06fe0fb05f60d7c9 (diff) | |
download | vim-git-df1bdc92c289d4531f82418f448466c99ca4bb78.tar.gz |
updated for version 7.0205
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 1 |
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 */ |