Skip to content

Commit b8f58dd

Browse files
bbatsovchrisbra
authored andcommitted
runtime(doc): Fix typos in version9.txt
closes: #19392 Signed-off-by: Bozhidar Batsov <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 10f5573 commit b8f58dd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

runtime/doc/version9.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31354,7 +31354,7 @@ Files: src/testdir/test_gui.vim
3135431354
Patch 8.2.5113
3135531355
Problem: 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)
3135831358
Files: src/os_unix.c, src/proto/os_unix.pro, src/gui.c
3135931359

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

4532345323
Patch 9.1.0673
4532445324
Problem: 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)
4532645326
Solution: Use interface method, when super is to be used (Ernie Rael)
4532745327

4532845328
Patch 9.1.0674
@@ -45634,7 +45634,7 @@ Problem: Unicode tables are outdated
4563445634
Solution: Update Unicode tables to v16
4563545635

4563645636
Patch 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
4563945639
Solution: Increase the sleep value from 10 to 50 milliseconds
4564045640
(Aliaksei Budavei).
@@ -47627,7 +47627,7 @@ Problem: build error on Haiku
4762747627
Solution: Define XDG_RUNTIME_PATH variables (Begasus).
4762847628

4762947629
Patch 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
4763147631
Solution: Make it work, re-enable the test (Yegappan Lakshmanan).
4763247632

4763347633
Patch 9.1.1155

0 commit comments

Comments
 (0)