@@ -31354,7 +31354,7 @@ Files: src/testdir/test_gui.vim
3135431354Patch 8.2.5113
3135531355Problem: Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel
3135631356 Dupras)
31357- Solution: Delete the timer befor forking. (closes #10584)
31357+ Solution: Delete the timer before forking. (closes #10584)
3135831358Files: src/os_unix.c, src/proto/os_unix.pro, src/gui.c
3135931359
3136031360Patch 8.2.5114
@@ -45322,7 +45322,7 @@ Solution: When adjusting folds, make sure that line1 is the lower limit
4532245322
4532345323Patch 9.1.0673
4532445324Problem: Vim9: too recursive func calls when calling super-class method
45325- with non-overriden super-call methods. (Aliaksei Budavei)
45325+ with non-overridden super-call methods. (Aliaksei Budavei)
4532645326Solution: Use interface method, when super is to be used (Ernie Rael)
4532745327
4532845328Patch 9.1.0674
@@ -45634,7 +45634,7 @@ Problem: Unicode tables are outdated
4563445634Solution: Update Unicode tables to v16
4563545635
4563645636Patch 9.1.0737
45637- Problem: Asynchronous terminal jobs occassionally require more time
45637+ Problem: Asynchronous terminal jobs occasionally require more time
4563845638 to complete and redraw the window
4563945639Solution: Increase the sleep value from 10 to 50 milliseconds
4564045640 (Aliaksei Budavei).
@@ -47627,7 +47627,7 @@ Problem: build error on Haiku
4762747627Solution: Define XDG_RUNTIME_PATH variables (Begasus).
4762847628
4762947629Patch 9.1.1154
47630- Problem: Vim9: not able to use autoload class accross scripts
47630+ Problem: Vim9: not able to use autoload class across scripts
4763147631Solution: Make it work, re-enable the test (Yegappan Lakshmanan).
4763247632
4763347633Patch 9.1.1155
0 commit comments