Skip to content

Commit 11af2a6

Browse files
authored
Merge pull request #2488 from h-east/update-eval
Update eval.{txt,jax}
2 parents 3439059 + a70e001 commit 11af2a6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/eval.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.1. Last change: 2026 Jan 10
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2026 Jan 30
22

33

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

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.1. Last change: 2026 Jan 10
1+
*eval.txt* For Vim version 9.1. Last change: 2026 Jan 30
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2807,9 +2807,9 @@ v:sizeoflong Number of bytes in a long. Depends on how Vim was compiled.
28072807
expected result.
28082808

28092809
*v:sizeofpointer* *sizeofpointer-variable*
2810-
v:sizeofpointer Number of bytes in a pointer. Depends on how Vim was compiled.
2811-
This is only useful for deciding whether a test will give the
2812-
expected result.
2810+
v:sizeofpointer Number of bytes in a pointer. Depends on how Vim was
2811+
compiled. This is only useful for deciding whether a test
2812+
will give the expected result.
28132813

28142814
*v:stacktrace* *stacktrace-variable*
28152815
v:stacktrace The stack trace of the exception most recently caught and

0 commit comments

Comments
 (0)