comparison src/option.c @ 1564:8c9396275bfa v7.1.277

updated for version 7.1-277
author vimboss
date Wed, 12 Mar 2008 16:38:55 +0000
parents eb0504d00480
children eef96cfdbbbe
comparison
equal deleted inserted replaced
1563:ed7fefbef738 1564:8c9396275bfa
1837 {(char_u *)0L, (char_u *)0L} 1837 {(char_u *)0L, (char_u *)0L}
1838 #endif 1838 #endif
1839 }, 1839 },
1840 {"paragraphs", "para", P_STRING|P_VI_DEF, 1840 {"paragraphs", "para", P_STRING|P_VI_DEF,
1841 (char_u *)&p_para, PV_NONE, 1841 (char_u *)&p_para, PV_NONE,
1842 {(char_u *)"IPLPPPQPP LIpplpipbp", (char_u *)0L}}, 1842 {(char_u *)"IPLPPPQPP TPHPLIPpLpItpplpipbp",
1843 (char_u *)0L}},
1843 {"paste", NULL, P_BOOL|P_VI_DEF|P_PRI_MKRC, 1844 {"paste", NULL, P_BOOL|P_VI_DEF|P_PRI_MKRC,
1844 (char_u *)&p_paste, PV_NONE, 1845 (char_u *)&p_paste, PV_NONE,
1845 {(char_u *)FALSE, (char_u *)0L}}, 1846 {(char_u *)FALSE, (char_u *)0L}},
1846 {"pastetoggle", "pt", P_STRING|P_VI_DEF, 1847 {"pastetoggle", "pt", P_STRING|P_VI_DEF,
1847 (char_u *)&p_pt, PV_NONE, 1848 (char_u *)&p_pt, PV_NONE,