comparison src/option.c @ 1004:09d0e83c29b8 v7.0.130

updated for version 7.0-130
author vimboss
date Tue, 10 Oct 2006 16:44:07 +0000
parents c06c658691e2
children 0d31f8a78ab3
comparison
equal deleted inserted replaced
1003:a1c1f001b99d 1004:09d0e83c29b8
1808 #endif 1808 #endif
1809 }, 1809 },
1810 {"open", NULL, P_BOOL|P_VI_DEF, 1810 {"open", NULL, P_BOOL|P_VI_DEF,
1811 (char_u *)NULL, PV_NONE, 1811 (char_u *)NULL, PV_NONE,
1812 {(char_u *)FALSE, (char_u *)0L}}, 1812 {(char_u *)FALSE, (char_u *)0L}},
1813 {"opendevice", "odev", P_BOOL|P_VI_DEF,
1814 #if defined(MSDOS) || defined(MSWIN) || defined(OS2)
1815 (char_u *)&p_odev, PV_NONE,
1816 #else
1817 (char_u *)NULL, PV_NONE,
1818 #endif
1819 {(char_u *)FALSE, (char_u *)FALSE}
1820 },
1813 {"operatorfunc", "opfunc", P_STRING|P_VI_DEF|P_SECURE, 1821 {"operatorfunc", "opfunc", P_STRING|P_VI_DEF|P_SECURE,
1814 (char_u *)&p_opfunc, PV_NONE, 1822 (char_u *)&p_opfunc, PV_NONE,
1815 {(char_u *)"", (char_u *)0L} }, 1823 {(char_u *)"", (char_u *)0L} },
1816 {"optimize", "opt", P_BOOL|P_VI_DEF, 1824 {"optimize", "opt", P_BOOL|P_VI_DEF,
1817 (char_u *)NULL, PV_NONE, 1825 (char_u *)NULL, PV_NONE,