@@ -5921,6 +5921,21 @@ A jump table for the options with a short description can be found at |Q_op|.
59215921 DYNAMIC_PYTHON_DLL, which was specified at compile time.
59225922 Environment variables are expanded | :set_env | .
59235923 This option cannot be set from a | modeline | or in the | sandbox | , for
5924+ security reasons.
5925+
5926+ *'pythonhome'*
5927+ 'pythonhome' string (default "")
5928+ global
5929+ {not in Vi}
5930+ {only available when compiled with the | +python/dyn |
5931+ feature}
5932+ Note: EXPERIMENTAL. It may be changed or removed in the future.
5933+ Specifies the name of the Python 2.x home directory. When 'pythonhome'
5934+ and the PYTHONHOME environment variable are not set, PYTHON_HOME,
5935+ which was specified at compile time, will be used for the Python 2.x
5936+ home directory.
5937+ Environment variables are expanded | :set_env | .
5938+ This option cannot be set from a | modeline | or in the | sandbox | , for
59245939 security reasons.
59255940
59265941 *'pythonthreedll'*
@@ -5933,6 +5948,21 @@ A jump table for the options with a short description can be found at |Q_op|.
59335948 DYNAMIC_PYTHON3_DLL, which was specified at compile time.
59345949 Environment variables are expanded | :set_env | .
59355950 This option cannot be set from a | modeline | or in the | sandbox | , for
5951+ security reasons.
5952+
5953+ *'pythonthreehome'*
5954+ 'pythonthreehome' string (default "")
5955+ global
5956+ {not in Vi}
5957+ {only available when compiled with the | +python3/dyn |
5958+ feature}
5959+ Note: EXPERIMENTAL. It may be changed or removed in the future.
5960+ Specifies the name of the Python 3 home directory. When
5961+ 'pythonthreehome' and the PYTHONHOME environment variable are not set,
5962+ PYTHON3_HOME, which was specified at compile time, will be used for
5963+ the Python 3 home directory.
5964+ Environment variables are expanded | :set_env | .
5965+ This option cannot be set from a | modeline | or in the | sandbox | , for
59365966 security reasons.
59375967
59385968 *'quoteescape'* *'qe'*
0 commit comments