commit | df1bdc92c289d4531f82418f448466c99ca4bb78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 21:32:16 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 21:32:16 2006 +0000 |
tree | c8ab380c2ffaa17450ffeb5a4ed51c404a38fe15 | |
parent | 80a94a582cd2d5307d1e65ec06fe0fb05f60d7c9 [diff] [blame] |
updated for version 7.0205
diff --git a/src/structs.h b/src/structs.h index 4d1928e..bb02a75 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -428,6 +428,7 @@ # 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 */