1
0
forked from aniani/vim

updated for version 7.0211

This commit is contained in:
Bram Moolenaar
2006-03-01 22:09:21 +00:00
parent e1438bb8d0
commit fd2ac767eb
24 changed files with 195 additions and 132 deletions

View File

@@ -2295,6 +2295,13 @@ static struct vimoption
(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}},