Skip to content

Commit

Permalink
Merge pull request #1345 from vim-jp/hh-update-eval
Browse files Browse the repository at this point in the history
Update eval.{txt,jax}
  • Loading branch information
h-east authored Oct 25, 2023
2 parents 674dced + c945cfc commit 41da6d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doc/eval.jax
Original file line number Diff line number Diff line change
Expand Up @@ -2353,7 +2353,7 @@ v:progpath Vim を起動したときのコマンド (パスを含む)。|--remot
しれないが、".exe" は v:progpath には追加されない。
読出し専用。

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

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


:unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246*
内部変数{name}をアンロックする。|:lockvar|の逆を行う。
Expand Down
6 changes: 5 additions & 1 deletion en/eval.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2424,7 +2424,7 @@ v:progpath Contains the command with which Vim was invoked, in a form
".exe" is not added to v:progpath.
Read-only.

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

*E1391* *E1392*
Locking and unlocking object and class variables is
currently NOT supported.


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

0 comments on commit 41da6d8

Please sign in to comment.