File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2353,7 +2353,7 @@ v:progpath Vim を起動したときのコマンド (パスを含む)。|--remot
2353
2353
しれないが、".exe" は v:progpath には追加されない。
2354
2354
読出し専用。
2355
2355
2356
- *v:python3_version* *python3-version-variable*
2356
+ *v:python3_version* *python3-version-variable*
2357
2357
v:python3_version
2358
2358
Vim がビルドされた Python 3 のバージョン。Python が動的にロー
2359
2359
ドされる場合 (| python-dynamic | )、このバージョンは Python ライ
@@ -3043,6 +3043,10 @@ text...
3043
3043
これを回避するにはリストのコピーを作るとよい。
3044
3044
| deepcopy() | を参照。
3045
3045
3046
+ *E1391* *E1392*
3047
+ オブジェクト変数とクラス変数のロックとロック解除は現在
3048
+ サポートされていない。
3049
+
3046
3050
3047
3051
:unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246*
3048
3052
内部変数{name} をアンロックする。| :lockvar | の逆を行う。
Original file line number Diff line number Diff line change @@ -2424,7 +2424,7 @@ v:progpath Contains the command with which Vim was invoked, in a form
2424
2424
".exe" is not added to v:progpath.
2425
2425
Read-only.
2426
2426
2427
- *v:python3_version* *python3-version-variable*
2427
+ *v:python3_version* *python3-version-variable*
2428
2428
v:python3_version
2429
2429
Version of Python 3 that Vim was built against. When
2430
2430
Python is loaded dynamically (| python-dynamic | ), this version
@@ -3128,6 +3128,10 @@ text...
3128
3128
< You may want to make a copy of a list to avoid this.
3129
3129
See | deepcopy() | .
3130
3130
3131
+ *E1391* *E1392*
3132
+ Locking and unlocking object and class variables is
3133
+ currently NOT supported.
3134
+
3131
3135
3132
3136
:unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246*
3133
3137
Unlock the internal variable {name} . Does the
You can’t perform that action at this time.
0 commit comments