Skip to content

Commit 41da6d8

Browse files
authored
Merge pull request #1345 from vim-jp/hh-update-eval
Update eval.{txt,jax}
2 parents 674dced + c945cfc commit 41da6d8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/eval.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@ v:progpath Vim を起動したときのコマンド (パスを含む)。|--remot
23532353
しれないが、".exe" は v:progpath には追加されない。
23542354
読出し専用。
23552355

2356-
*v:python3_version* *python3-version-variable*
2356+
*v:python3_version* *python3-version-variable*
23572357
v:python3_version
23582358
Vim がビルドされた Python 3 のバージョン。Python が動的にロー
23592359
ドされる場合 (|python-dynamic|)、このバージョンは Python ライ
@@ -3043,6 +3043,10 @@ text...
30433043
これを回避するにはリストのコピーを作るとよい。
30443044
|deepcopy()|を参照。
30453045

3046+
*E1391* *E1392*
3047+
オブジェクト変数とクラス変数のロックとロック解除は現在
3048+
サポートされていない。
3049+
30463050

30473051
:unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246*
30483052
内部変数{name}をアンロックする。|:lockvar|の逆を行う。

en/eval.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2424,7 +2424,7 @@ v:progpath Contains the command with which Vim was invoked, in a form
24242424
".exe" is not added to v:progpath.
24252425
Read-only.
24262426

2427-
*v:python3_version* *python3-version-variable*
2427+
*v:python3_version* *python3-version-variable*
24282428
v:python3_version
24292429
Version of Python 3 that Vim was built against. When
24302430
Python is loaded dynamically (|python-dynamic|), this version
@@ -3128,6 +3128,10 @@ text...
31283128
< You may want to make a copy of a list to avoid this.
31293129
See |deepcopy()|.
31303130

3131+
*E1391* *E1392*
3132+
Locking and unlocking object and class variables is
3133+
currently NOT supported.
3134+
31313135

31323136
:unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246*
31333137
Unlock the internal variable {name}. Does the

0 commit comments

Comments
 (0)