Skip to content

Commit 9840446

Browse files
committed
Fix for the review comment
1 parent b59a622 commit 9840446

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/if_pyth.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,9 +859,9 @@ has() は 1 を返します。
859859
が 2 または 3 であれば、Python 2 または 3 のそれぞれどちらか一方のみをテストし
860860
ます。
861861

862-
has('pythonx') は動作のため、Python 3 または 2 を動的にロードしようとすること
863-
がある点に注意してください。これは特に Vim が 2 つのうち 1 つしかロードできな
864-
い場合に副作用があります
862+
has('pythonx') が動作するために、Python 3 または 2 を動的にロードしようとする
863+
ことがある点に注意してください。これは特に Vim が 2 つのうち 1 つしかロードで
864+
きない場合に副作用があります
865865

866866
もしもユーザーが Python 2 を優先し、Python 3 にフォールバックしたい場合は、
867867
|.vimrc|'pyxversion' を明示的に設定する必要があります。例: >

0 commit comments

Comments
 (0)