Skip to content

Commit 2e076ad

Browse files
committed
Update vim9.{txt,jax}
1 parent d84aed2 commit 2e076ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/vim9.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9.txt* For Vim バージョン 9.1. Last change: 2024 Apr 13
1+
*vim9.txt* For Vim バージョン 9.1. Last change: 2024 May 31
22

33
VIMリファレンスマニュアル by Bram Moolenaar
44

@@ -68,6 +68,7 @@ Vim9 script と旧来の Vim script は同時に利用できます。古いス
6868
ではローカル変数 {訳注: Vim9 script におけるローカル変数} を用
6969
いることはできない。
7070

71+
|52.6| の Vim9 script の例を参照してください。
7172
==============================================================================
7273

7374
2. 旧来の Vim script からの変更点 *vim9-differences*

en/vim9.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vim9.txt* For Vim version 9.1. Last change: 2024 Apr 13
1+
*vim9.txt* For Vim version 9.1. Last change: 2024 May 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -67,6 +67,7 @@ rewrite old scripts, they keep working as before. You may want to use a few
6767
Note that {cmd} cannot use local variables, since it is parsed
6868
with legacy expression syntax.
6969

70+
See some examples of Vim9 script at |52.6|.
7071
==============================================================================
7172

7273
2. Differences from legacy Vim script *vim9-differences*

0 commit comments

Comments
 (0)