Skip to content

Commit cba4ab2

Browse files
committed
Update eval.{txt,jax}
1 parent 15edc9a commit cba4ab2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/eval.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Jul 20
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2025 Jul 22
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -3224,7 +3224,7 @@ text...
32243224
CODE
32253225
<
32263226
*E121*
3227-
:let {var-name} .. 変数{var-name}の値を一覧表示する。変数の名前を複数指定
3227+
:let {var-name} ... 変数{var-name}の値を一覧表示する。変数の名前を複数指定
32283228
することができる。以下の特別な名前が認識される: *E738*
32293229
g: グローバル変数
32303230
b: バッファローカル変数

en/eval.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.1. Last change: 2025 Jul 20
1+
*eval.txt* For Vim version 9.1. Last change: 2025 Jul 22
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3312,7 +3312,7 @@ text...
33123312
CODE
33133313
<
33143314
*E121*
3315-
:let {var-name} .. List the value of variable {var-name}. Multiple
3315+
:let {var-name} ... List the value of variable {var-name}. Multiple
33163316
variable names may be given. Special names recognized
33173317
here: *E738*
33183318
g: global variables

0 commit comments

Comments
 (0)