Skip to content

Translated remaining doc about shared library in if_pyth.jax #164 #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion catchup-7.4.1194.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
doc/if_mzsch.jax
doc/if_perl.jax
doc/if_pyth.jax
doc/if_ruby.jax
doc/if_tcl.jax
doc/insert.jax
Expand Down Expand Up @@ -58,6 +57,7 @@
doc/cmdline.jax
doc/filetype.jax
doc/help.jax
doc/if_pyth.jax
doc/index.jax
doc/mlang.jax
doc/os_os2.jax
Expand Down
10 changes: 5 additions & 5 deletions doc/if_pyth.jax
Original file line number Diff line number Diff line change
Expand Up @@ -683,11 +683,11 @@ DLLの名前はVimをコンパイルした時のPythonのバージョンに一
ん。現在その名前は "python24.dll" です。これはPython2.4用です。これを確かめる
には、"gvim.exe" を開き、"python\d*.dll\c" を検索してください。

On Unix the 'pythondll' or 'pythonthreedll' option can be used to specify the
Python shared library file instead of DYNAMIC_PYTHON_DLL or
DYNAMIC_PYTHON3_DLL file what were specified at compile time. The version of
the shared library must match the Python 2.x or Python 3 version Vim was
compiled with.
Unix では DYNAMIC_PYTHON_DLL もしくは DYNAMIC_PYTHON3_DLL でコンパイル時に指定
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

時制を先に。 ref: #172 (comment)

されたファイルの代わりに 'pythondll' もしくは 'pythonthreedll' オプションで使用
する Python の共有ライブラリのファイルを指定できます。共有ライブラリのバージョ
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

指定できます について要考慮: #172 (comment)

ンは Vim と共にコンパイルされた Python 2.x または Python 3 のバージョンと一致し
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vim をコンパイルするときに用いた~

ref: #172 (comment)

ていなければなりません。

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