@@ -1766,7 +1766,7 @@ static struct vimoption options[] =
17661766 (char_u * )& p_lpl , PV_NONE ,
17671767 {(char_u * )TRUE, (char_u * )0L } SCRIPTID_INIT },
17681768#if defined(DYNAMIC_LUA )
1769- {"luadll" , NULL , P_STRING |P_VI_DEF |P_SECURE ,
1769+ {"luadll" , NULL , P_STRING |P_EXPAND | P_VI_DEF |P_SECURE ,
17701770 (char_u * )& p_luadll , PV_NONE ,
17711771 {(char_u * )DYNAMIC_LUA_DLL , (char_u * )0L }
17721772 SCRIPTID_INIT },
@@ -2012,7 +2012,7 @@ static struct vimoption options[] =
20122012#endif
20132013 (char_u * )0L } SCRIPTID_INIT },
20142014#if defined(DYNAMIC_PERL )
2015- {"perldll" , NULL , P_STRING |P_VI_DEF |P_SECURE ,
2015+ {"perldll" , NULL , P_STRING |P_EXPAND | P_VI_DEF |P_SECURE ,
20162016 (char_u * )& p_perldll , PV_NONE ,
20172017 {(char_u * )DYNAMIC_PERL_DLL , (char_u * )0L }
20182018 SCRIPTID_INIT },
@@ -2123,13 +2123,13 @@ static struct vimoption options[] =
21232123#endif
21242124 {(char_u * )0L , (char_u * )0L } SCRIPTID_INIT },
21252125#if defined(DYNAMIC_PYTHON3 )
2126- {"pythonthreedll" , NULL , P_STRING |P_VI_DEF |P_SECURE ,
2126+ {"pythonthreedll" , NULL , P_STRING |P_EXPAND | P_VI_DEF |P_SECURE ,
21272127 (char_u * )& p_py3dll , PV_NONE ,
21282128 {(char_u * )DYNAMIC_PYTHON3_DLL , (char_u * )0L }
21292129 SCRIPTID_INIT },
21302130#endif
21312131#if defined(DYNAMIC_PYTHON )
2132- {"pythondll" , NULL , P_STRING |P_VI_DEF |P_SECURE ,
2132+ {"pythondll" , NULL , P_STRING |P_EXPAND | P_VI_DEF |P_SECURE ,
21332133 (char_u * )& p_pydll , PV_NONE ,
21342134 {(char_u * )DYNAMIC_PYTHON_DLL , (char_u * )0L }
21352135 SCRIPTID_INIT },
@@ -2208,7 +2208,7 @@ static struct vimoption options[] =
22082208#endif
22092209 SCRIPTID_INIT },
22102210#if defined(DYNAMIC_RUBY )
2211- {"rubydll" , NULL , P_STRING |P_VI_DEF |P_SECURE ,
2211+ {"rubydll" , NULL , P_STRING |P_EXPAND | P_VI_DEF |P_SECURE ,
22122212 (char_u * )& p_rubydll , PV_NONE ,
22132213 {(char_u * )DYNAMIC_RUBY_DLL , (char_u * )0L }
22142214 SCRIPTID_INIT },
@@ -2592,7 +2592,7 @@ static struct vimoption options[] =
25922592 (char_u * )& p_tgst , PV_NONE ,
25932593 {(char_u * )TRUE, (char_u * )0L } SCRIPTID_INIT },
25942594#if defined(DYNAMIC_TCL )
2595- {"tcldll" , NULL , P_STRING |P_VI_DEF |P_SECURE ,
2595+ {"tcldll" , NULL , P_STRING |P_EXPAND | P_VI_DEF |P_SECURE ,
25962596 (char_u * )& p_tcldll , PV_NONE ,
25972597 {(char_u * )DYNAMIC_TCL_DLL , (char_u * )0L }
25982598 SCRIPTID_INIT },
0 commit comments