commit | fd2ac767ebb66adcb7ca85955f5fd40704475595 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 01 22:09:21 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 01 22:09:21 2006 +0000 |
tree | 16e61ca0dbcc0ffeb10a3fb5072842144ca9f89d | |
parent | e1438bb8d0b7a48f712458e68755ab8b66d92ace [diff] [blame] |
updated for version 7.0211
diff --git a/src/option.c b/src/option.c index e67586b..d692edf 100644 --- a/src/option.c +++ b/src/option.c
@@ -2295,6 +2295,13 @@ (char_u *)NULL, PV_NONE, #endif {(char_u *)"", (char_u *)0L}}, + {"tabpagemax", "tpm", P_NUM|P_VI_DEF, +#ifdef FEAT_WINDOWS + (char_u *)&p_tpm, PV_NONE, +#else + (char_u *)NULL, PV_NONE, +#endif + {(char_u *)10L, (char_u *)0L}}, {"tabstop", "ts", P_NUM|P_VI_DEF|P_RBUF, (char_u *)&p_ts, PV_TS, {(char_u *)8L, (char_u *)0L}},