We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd114bd commit 1de4548Copy full SHA for 1de4548
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