We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951868d commit ffe535aCopy full SHA for ffe535a
1 file changed
src/optiondefs.h
@@ -108,7 +108,7 @@
108
#define PV_MOD OPT_BUF(BV_MOD)
109
#define PV_MPS OPT_BUF(BV_MPS)
110
#ifdef FEAT_GUI_MACVIM
111
-#define PV_MMTA OPT_BUF(BV_MMTA)
+# define PV_MMTA OPT_BUF(BV_MMTA)
112
#endif
113
#define PV_NF OPT_BUF(BV_NF)
114
#ifdef FEAT_COMPL_FUNC
@@ -1715,7 +1715,7 @@ static struct vimoption options[] =
1715
(char_u *)&p_mmta, PV_MMTA,
1716
{(char_u *)FALSE, (char_u *)0L}
1717
#else
1718
- (char_u *)NULL, PV_MMTA,
+ (char_u *)NULL, PV_NONE,
1719
{(char_u *)NULL, (char_u *)0L}
1720
1721
SCTX_INIT},
0 commit comments