comparison src/option.c @ 688:bcd2edc4539e

updated for version 7.0207
author vimboss
date Sat, 25 Feb 2006 21:52:33 +0000
parents d7e33248b9c8
children a28f83d37113
comparison
equal deleted inserted replaced
687:d4b8e06e7c96 688:bcd2edc4539e
1113 (char_u *)&p_guipty, PV_NONE, 1113 (char_u *)&p_guipty, PV_NONE,
1114 #else 1114 #else
1115 (char_u *)NULL, PV_NONE, 1115 (char_u *)NULL, PV_NONE,
1116 #endif 1116 #endif
1117 {(char_u *)TRUE, (char_u *)0L}}, 1117 {(char_u *)TRUE, (char_u *)0L}},
1118 {"guitablabel", "gtl", P_STRING|P_VI_DEF,
1119 #if defined(FEAT_GUI_TABLINE)
1120 (char_u *)&p_gtl, PV_NONE,
1121 {(char_u *)"", (char_u *)0L}
1122 #else
1123 (char_u *)NULL, PV_NONE,
1124 {(char_u *)NULL, (char_u *)0L}
1125 #endif
1126 },
1118 {"hardtabs", "ht", P_NUM|P_VI_DEF, 1127 {"hardtabs", "ht", P_NUM|P_VI_DEF,
1119 (char_u *)NULL, PV_NONE, 1128 (char_u *)NULL, PV_NONE,
1120 {(char_u *)0L, (char_u *)0L}}, 1129 {(char_u *)0L, (char_u *)0L}},
1121 {"helpfile", "hf", P_STRING|P_EXPAND|P_VI_DEF|P_SECURE, 1130 {"helpfile", "hf", P_STRING|P_EXPAND|P_VI_DEF|P_SECURE,
1122 (char_u *)&p_hf, PV_NONE, 1131 (char_u *)&p_hf, PV_NONE,
5836 /* 'guioptions' */ 5845 /* 'guioptions' */
5837 else if (varp == &p_go) 5846 else if (varp == &p_go)
5838 gui_init_which_components(oldval); 5847 gui_init_which_components(oldval);
5839 #endif 5848 #endif
5840 5849
5850 #if defined(FEAT_GUI_TABLINE)
5851 /* 'guitablabel' */
5852 else if (varp == &p_gtl)
5853 gui_update_tabline();
5854 #endif
5855
5841 #if defined(FEAT_MOUSE_TTY) && (defined(UNIX) || defined(VMS)) 5856 #if defined(FEAT_MOUSE_TTY) && (defined(UNIX) || defined(VMS))
5842 /* 'ttymouse' */ 5857 /* 'ttymouse' */
5843 else if (varp == &p_ttym) 5858 else if (varp == &p_ttym)
5844 { 5859 {
5845 /* Switch the mouse off before changing the escape sequences used for 5860 /* Switch the mouse off before changing the escape sequences used for