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.
2 parents fd114bd + 1de4548 commit e3f9841Copy full SHA for e3f9841
src/option.c
@@ -2190,7 +2190,7 @@ static struct vimoption options[] =
2190
SCRIPTID_INIT},
2191
{"pythonthreehome", NULL, P_STRING|P_EXPAND|P_VI_DEF|P_SECURE,
2192
(char_u *)&p_py3home, PV_NONE,
2193
- {(char_u *)NULL, (char_u *)0L}
+ {(char_u *)"", (char_u *)0L}
2194
2195
#endif
2196
#if defined(DYNAMIC_PYTHON)
@@ -2200,7 +2200,7 @@ static struct vimoption options[] =
2200
2201
{"pythonhome", NULL, P_STRING|P_EXPAND|P_VI_DEF|P_SECURE,
2202
(char_u *)&p_pyhome, PV_NONE,
2203
2204
2205
2206
{"quoteescape", "qe", P_STRING|P_ALLOCED|P_VI_DEF,
0 commit comments