Skip to content

Commit 82ec7a0

Browse files
authored
Merge pull request #2504 from h-east/update-version9
Update version9.{txt,jax}
2 parents 1a2c59e + 998e497 commit 82ec7a0

File tree

2 files changed

+60
-16
lines changed

2 files changed

+60
-16
lines changed

doc/version9.jax

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2026 Feb 09
1+
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -29,9 +29,14 @@ Vim 9 へようこそ! 前回のリリースから数年が経過した。
2929
パッチ |patches-9|
3030

3131
バージョン 9.1 |version-9.1|
32-
変更点 |changed-9.1|
33-
追加要素 |added-9.1|
34-
パッチ |patches-9.1|
32+
変更点 |changed-9.1|
33+
追加要素 |added-9.1|
34+
パッチ |patches-9.1|
35+
36+
バージョン 9.2 |version-9.2|
37+
変更点 |changed-9.2|
38+
追加要素 |added-9.2|
39+
パッチ |patches-9.2|
3540

3641

3742
Vi と Vim 9.0 の違いの概要については |vi_diff.txt| を参照。
@@ -31344,7 +31349,7 @@ Files: src/testdir/test_gui.vim
3134431349
Patch 8.2.5113
3134531350
Problem: Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel
3134631351
Dupras)
31347-
Solution: Delete the timer befor forking. (closes #10584)
31352+
Solution: Delete the timer before forking. (closes #10584)
3134831353
Files: src/os_unix.c, src/proto/os_unix.pro, src/gui.c
3134931354

3135031355
Patch 8.2.5114
@@ -45309,7 +45314,7 @@ Solution: When adjusting folds, make sure that line1 is the lower limit
4530945314

4531045315
Patch 9.1.0673
4531145316
Problem: Vim9: too recursive func calls when calling super-class method
45312-
with non-overriden super-call methods. (Aliaksei Budavei)
45317+
with non-overridden super-call methods. (Aliaksei Budavei)
4531345318
Solution: Use interface method, when super is to be used (Ernie Rael)
4531445319

4531545320
Patch 9.1.0674
@@ -45621,7 +45626,7 @@ Problem: Unicode tables are outdated
4562145626
Solution: Update Unicode tables to v16
4562245627

4562345628
Patch 9.1.0737
45624-
Problem: Asynchronous terminal jobs occassionally require more time
45629+
Problem: Asynchronous terminal jobs occasionally require more time
4562545630
to complete and redraw the window
4562645631
Solution: Increase the sleep value from 10 to 50 milliseconds
4562745632
(Aliaksei Budavei).
@@ -47614,7 +47619,7 @@ Problem: build error on Haiku
4761447619
Solution: Define XDG_RUNTIME_PATH variables (Begasus).
4761547620

4761647621
Patch 9.1.1154
47617-
Problem: Vim9: not able to use autoload class accross scripts
47622+
Problem: Vim9: not able to use autoload class across scripts
4761847623
Solution: Make it work, re-enable the test (Yegappan Lakshmanan).
4761947624

4762047625
Patch 9.1.1155
@@ -52536,4 +52541,21 @@ Solution: In garbage_collect(), iterate through all buffers and call
5253652541
set_ref_in_list() for b_recorded_changes to ensure the list
5253752542
and its contents are marked as reachable (Paul Ollis).
5253852543

52544+
Patch 9.1.2145
52545+
Problem: intstalltutor Makefile target does not create the tutor/sv dir
52546+
Solution: Add the missing mkdir() calls to the Makefile (Ross Burton)
52547+
52548+
Patch 9.1.2146
52549+
Problem: filetype: cel files are not recognized
52550+
Solution: Detect *.cel files as cel filetype (Stefan VanBuren).
52551+
52552+
Patch 9.1.2147
52553+
Problem: Compile warning in strings.c
52554+
Solution: Use const qualifier (John Marriott).
52555+
52556+
Patch 9.1.2148
52557+
Problem: [security]: Buffer overflow in netbeans special_keys() handling
52558+
Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
52559+
bounds.
52560+
5253952561
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable

en/version9.txt

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2026 Feb 09
1+
*version9.txt* For Vim version 9.2. Last change: 2026 Feb 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,9 +30,14 @@ COMPILE TIME CHANGES |compile-changes-9|
3030
PATCHES |patches-9|
3131

3232
VERSION 9.1 |version-9.1|
33-
Changed |changed-9.1|
34-
Added |added-9.1|
35-
Patches |patches-9.1|
33+
Changed |changed-9.1|
34+
Added |added-9.1|
35+
Patches |patches-9.1|
36+
37+
VERSION 9.2 |version-9.2|
38+
Changed |changed-9.2|
39+
Added |added-9.2|
40+
Patches |patches-9.2|
3641

3742

3843
See |vi_diff.txt| for an overview of differences between Vi and Vim 9.0.
@@ -31354,7 +31359,7 @@ Files: src/testdir/test_gui.vim
3135431359
Patch 8.2.5113
3135531360
Problem: Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel
3135631361
Dupras)
31357-
Solution: Delete the timer befor forking. (closes #10584)
31362+
Solution: Delete the timer before forking. (closes #10584)
3135831363
Files: src/os_unix.c, src/proto/os_unix.pro, src/gui.c
3135931364

3136031365
Patch 8.2.5114
@@ -45322,7 +45327,7 @@ Solution: When adjusting folds, make sure that line1 is the lower limit
4532245327

4532345328
Patch 9.1.0673
4532445329
Problem: Vim9: too recursive func calls when calling super-class method
45325-
with non-overriden super-call methods. (Aliaksei Budavei)
45330+
with non-overridden super-call methods. (Aliaksei Budavei)
4532645331
Solution: Use interface method, when super is to be used (Ernie Rael)
4532745332

4532845333
Patch 9.1.0674
@@ -45634,7 +45639,7 @@ Problem: Unicode tables are outdated
4563445639
Solution: Update Unicode tables to v16
4563545640

4563645641
Patch 9.1.0737
45637-
Problem: Asynchronous terminal jobs occassionally require more time
45642+
Problem: Asynchronous terminal jobs occasionally require more time
4563845643
to complete and redraw the window
4563945644
Solution: Increase the sleep value from 10 to 50 milliseconds
4564045645
(Aliaksei Budavei).
@@ -47627,7 +47632,7 @@ Problem: build error on Haiku
4762747632
Solution: Define XDG_RUNTIME_PATH variables (Begasus).
4762847633

4762947634
Patch 9.1.1154
47630-
Problem: Vim9: not able to use autoload class accross scripts
47635+
Problem: Vim9: not able to use autoload class across scripts
4763147636
Solution: Make it work, re-enable the test (Yegappan Lakshmanan).
4763247637

4763347638
Patch 9.1.1155
@@ -52549,4 +52554,21 @@ Solution: In garbage_collect(), iterate through all buffers and call
5254952554
set_ref_in_list() for b_recorded_changes to ensure the list
5255052555
and its contents are marked as reachable (Paul Ollis).
5255152556

52557+
Patch 9.1.2145
52558+
Problem: intstalltutor Makefile target does not create the tutor/sv dir
52559+
Solution: Add the missing mkdir() calls to the Makefile (Ross Burton)
52560+
52561+
Patch 9.1.2146
52562+
Problem: filetype: cel files are not recognized
52563+
Solution: Detect *.cel files as cel filetype (Stefan VanBuren).
52564+
52565+
Patch 9.1.2147
52566+
Problem: Compile warning in strings.c
52567+
Solution: Use const qualifier (John Marriott).
52568+
52569+
Patch 9.1.2148
52570+
Problem: [security]: Buffer overflow in netbeans special_keys() handling
52571+
Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
52572+
bounds.
52573+
5255252574
vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable

0 commit comments

Comments
 (0)