Skip to content

Commit dffd967

Browse files
authored
Merge pull request #1379 from vim-jp/hh-update-eval
Update eval.{txt,jax}
2 parents 360ead0 + 5ff8e30 commit dffd967

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.0. Last change: 2023 Nov 05
1+
*eval.txt* For Vim バージョン 9.0. Last change: 2023 Nov 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -4664,7 +4664,7 @@ Vim には、ランタイムやスクリプト作成者が使用できる Vim sc
46644664
ドルされている。現時点ではごく少数の関数しか含まれていないが、時間の経過ととも
46654665
に拡張される可能性がある。
46664666

4667-
関数は |Vim9-script| として使用可能である。旧来の vim script (Vim 9.0 以外の
4667+
関数は |Vim9-script| として使用可能である。旧来の Vim script (Vim 9.0 以外の
46684668
バージョンおよび Neovim で使用される) でも使用できる。
46694669

46704670
*dist#vim* *dist#vim9*

en/eval.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.0. Last change: 2023 Nov 05
1+
*eval.txt* For Vim version 9.0. Last change: 2023 Nov 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4809,12 +4809,12 @@ Vim comes bundled with a Vim script library, that can be used by runtime,
48094809
script authors. Currently, it only includes very few functions, but it may
48104810
grow over time.
48114811

4812-
The functions are available as |Vim9-script| as well as using legacy vim
4812+
The functions are available as |Vim9-script| as well as using legacy Vim
48134813
script (to be used for non Vim 9.0 versions and Neovim).
48144814

48154815
*dist#vim* *dist#vim9*
4816-
The functions make use of the autoloaded prefix "dist#vim" (for legacy Vim script and
4817-
Neovim) and "dist#vim9" for Vim9 script.
4816+
The functions make use of the autoloaded prefix "dist#vim" (for legacy Vim
4817+
script and Neovim) and "dist#vim9" for Vim9 script.
48184818

48194819
The following functions are available:
48204820

0 commit comments

Comments
 (0)