Skip to content

Commit

Permalink
Merge pull request #1346 from vim-jp/hh-update-if_pyth
Browse files Browse the repository at this point in the history
Update if_pyth.{txt,jax}
  • Loading branch information
h-east authored Oct 25, 2023
2 parents e082996 + 07184c0 commit 832aadb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions doc/if_pyth.jax
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,10 @@ MS-Windows ~

WindowsでPythonインターフェイスを使うには、PythonのDLLが検索パス内に存在しなけ
ればなりません。コンソールウィンドウで "path" とタイプすると、どのディレクトリ
が検索パスとなるか表示することができます。また 'pythondll''pythonthreedll'
オプションを Python の DLL を指定するのに使うこともできます。
が検索パスとなるか表示することができます。DLL が検索パスに見つからない場合、
Vim はレジストリをチェックして Python がインストールされているパスを見つけます。
また 'pythondll''pythonthreedll' オプションを Python の DLL を指定するのに
使うこともできます。

DLLの名前はVimをコンパイルした時のPythonのバージョンに一致しなければなりませ
ん。現在その名前は "python27.dll" です。これはPython 2.7用です。これは
Expand All @@ -772,6 +774,8 @@ Python 共有ライブラリのバージョンは Vim がコンパイルされ
Stable ABI がサポートされているかどうかを確認する方法については、|has-python|
を参照するか、バージョン出力に |+python3/dyn-stable| が含まれているかどうかを
確認してください。
MS-Windows では、'pythonthreedll' は "python3.dll" に設定されます。レジストリ
から DLL を検索するとき、Vim は Python の最新バージョンを検索します。

==============================================================================
10. Python 3 *python3*
Expand Down
8 changes: 6 additions & 2 deletions en/if_pyth.txt
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,10 @@ you can use Vim without this file.
MS-Windows ~

To use the Python interface the Python DLL must be in your search path. In a
console window type "path" to see what directories are used. The 'pythondll'
or 'pythonthreedll' option can be also used to specify the Python DLL.
console window type "path" to see what directories are used. If the DLL is
not found in your search path, Vim will check the registry to find the path
where Python is installed. The 'pythondll' or 'pythonthreedll' option can be
also used to specify the Python DLL.

The name of the DLL should match the Python version Vim was compiled with.
Currently the name for Python 2 is "python27.dll", that is for Python 2.7.
Expand All @@ -782,6 +784,8 @@ and failures. With Stable ABI, this restriction is relaxed, and any Python 3
library with version of at least |v:python3_version| will work. See
|has-python| for how to check if Stable ABI is supported, or see if version
output includes |+python3/dyn-stable|.
On MS-Windows, 'pythonthreedll' will be set to "python3.dll". When searching
the DLL from the registry, Vim will search the latest version of Python.

==============================================================================
10. Python 3 *python3*
Expand Down

0 comments on commit 832aadb

Please sign in to comment.