|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -30,9 +30,14 @@ COMPILE TIME CHANGES |compile-changes-9| |
30 | 30 | PATCHES |patches-9| |
31 | 31 |
|
32 | 32 | 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| |
36 | 41 |
|
37 | 42 |
|
38 | 43 | 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 |
31354 | 31359 | Patch 8.2.5113 |
31355 | 31360 | Problem: Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel |
31356 | 31361 | Dupras) |
31357 | | -Solution: Delete the timer befor forking. (closes #10584) |
| 31362 | +Solution: Delete the timer before forking. (closes #10584) |
31358 | 31363 | Files: src/os_unix.c, src/proto/os_unix.pro, src/gui.c |
31359 | 31364 |
|
31360 | 31365 | Patch 8.2.5114 |
@@ -45322,7 +45327,7 @@ Solution: When adjusting folds, make sure that line1 is the lower limit |
45322 | 45327 |
|
45323 | 45328 | Patch 9.1.0673 |
45324 | 45329 | 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) |
45326 | 45331 | Solution: Use interface method, when super is to be used (Ernie Rael) |
45327 | 45332 |
|
45328 | 45333 | Patch 9.1.0674 |
@@ -45634,7 +45639,7 @@ Problem: Unicode tables are outdated |
45634 | 45639 | Solution: Update Unicode tables to v16 |
45635 | 45640 |
|
45636 | 45641 | Patch 9.1.0737 |
45637 | | -Problem: Asynchronous terminal jobs occassionally require more time |
| 45642 | +Problem: Asynchronous terminal jobs occasionally require more time |
45638 | 45643 | to complete and redraw the window |
45639 | 45644 | Solution: Increase the sleep value from 10 to 50 milliseconds |
45640 | 45645 | (Aliaksei Budavei). |
@@ -47627,7 +47632,7 @@ Problem: build error on Haiku |
47627 | 47632 | Solution: Define XDG_RUNTIME_PATH variables (Begasus). |
47628 | 47633 |
|
47629 | 47634 | 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 |
47631 | 47636 | Solution: Make it work, re-enable the test (Yegappan Lakshmanan). |
47632 | 47637 |
|
47633 | 47638 | Patch 9.1.1155 |
@@ -52549,4 +52554,21 @@ Solution: In garbage_collect(), iterate through all buffers and call |
52549 | 52554 | set_ref_in_list() for b_recorded_changes to ensure the list |
52550 | 52555 | and its contents are marked as reachable (Paul Ollis). |
52551 | 52556 |
|
| 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 | + |
52552 | 52574 | vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual:nofoldenable |
0 commit comments