|
41 | 41 | #define PV_BOMB OPT_BUF(BV_BOMB) |
42 | 42 | #define PV_CI OPT_BUF(BV_CI) |
43 | 43 | #define PV_CIN OPT_BUF(BV_CIN) |
44 | | -#define PV_CINK OPT_BUF(BV_CINK) |
45 | | -#define PV_CINO OPT_BUF(BV_CINO) |
| 44 | +#define PV_CINK OPT_BUF(BV_CINK) |
| 45 | +#define PV_CINO OPT_BUF(BV_CINO) |
46 | 46 | #define PV_CINSD OPT_BUF(BV_CINSD) |
47 | | -#define PV_CINW OPT_BUF(BV_CINW) |
| 47 | +#define PV_CINW OPT_BUF(BV_CINW) |
48 | 48 | #define PV_CM OPT_BOTH(OPT_BUF(BV_CM)) |
49 | 49 | #ifdef FEAT_FOLDING |
50 | 50 | # define PV_CMS OPT_BUF(BV_CMS) |
51 | 51 | #endif |
52 | 52 | #define PV_COM OPT_BUF(BV_COM) |
53 | 53 | #define PV_CPT OPT_BUF(BV_CPT) |
54 | | -#define PV_DICT OPT_BOTH(OPT_BUF(BV_DICT)) |
| 54 | +#define PV_DICT OPT_BOTH(OPT_BUF(BV_DICT)) |
55 | 55 | #define PV_TSR OPT_BOTH(OPT_BUF(BV_TSR)) |
56 | 56 | #define PV_CSL OPT_BUF(BV_CSL) |
57 | 57 | #ifdef FEAT_COMPL_FUNC |
|
95 | 95 | # define PV_KMAP OPT_BUF(BV_KMAP) |
96 | 96 | #endif |
97 | 97 | #define PV_KP OPT_BOTH(OPT_BUF(BV_KP)) |
98 | | -#define PV_LISP OPT_BUF(BV_LISP) |
| 98 | +#define PV_LISP OPT_BUF(BV_LISP) |
| 99 | +#define PV_LOP OPT_BUF(BV_LOP) |
99 | 100 | #define PV_LW OPT_BOTH(OPT_BUF(BV_LW)) |
100 | 101 | #define PV_MENC OPT_BOTH(OPT_BUF(BV_MENC)) |
101 | 102 | #define PV_MA OPT_BUF(BV_MA) |
|
142 | 143 | #endif |
143 | 144 | #define PV_WM OPT_BUF(BV_WM) |
144 | 145 | #ifdef FEAT_VARTABS |
145 | | -# define PV_VSTS OPT_BUF(BV_VSTS) |
| 146 | +# define PV_VSTS OPT_BUF(BV_VSTS) |
146 | 147 | # define PV_VTS OPT_BUF(BV_VTS) |
147 | 148 | #endif |
148 | 149 |
|
@@ -1522,6 +1523,9 @@ static struct vimoption options[] = |
1522 | 1523 | {"lisp", NULL, P_BOOL|P_VI_DEF, |
1523 | 1524 | (char_u *)&p_lisp, PV_LISP, |
1524 | 1525 | {(char_u *)FALSE, (char_u *)0L} SCTX_INIT}, |
| 1526 | + {"lispoptions", "lop", P_STRING|P_ALLOCED|P_VI_DEF|P_ONECOMMA|P_NODUP, |
| 1527 | + (char_u *)&p_lop, PV_LOP, |
| 1528 | + {(char_u *)"", (char_u *)0L} SCTX_INIT}, |
1525 | 1529 | {"lispwords", "lw", P_STRING|P_VI_DEF|P_ONECOMMA|P_NODUP, |
1526 | 1530 | (char_u *)&p_lispwords, PV_LW, |
1527 | 1531 | {(char_u *)LISPWORD_VALUE, (char_u *)0L} SCTX_INIT}, |
|
0 commit comments