Commit: runtime(doc): Fix typos in version9.txt

0 views
Skip to first unread message

Christian Brabandt

unread,
Feb 13, 2026, 11:31:37 AM (yesterday) Feb 13
to vim...@googlegroups.com
runtime(doc): Fix typos in version9.txt

Commit: https://github.com/vim/vim/commit/b8f58dd699158b0f75895520d4c0a7a7e7fcf17f
Author: Bozhidar Batsov <bozh...@batsov.dev>
Date: Fri Feb 13 16:17:22 2026 +0000

runtime(doc): Fix typos in version9.txt

closes: https://github.com/vim/vim/issues/19392

Signed-off-by: Bozhidar Batsov <bozh...@batsov.dev>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt
index a1dfbc9d9..a34d6c872 100644
--- a/runtime/doc/version9.txt
+++ b/runtime/doc/version9.txt
@@ -31354,7 +31354,7 @@ Files: src/testdir/test_gui.vim
Patch 8.2.5113
Problem: Timer becomes invalid after fork/exec, :gui gives errors. (Gabriel
Dupras)
-Solution: Delete the timer befor forking. (closes #10584)
+Solution: Delete the timer before forking. (closes #10584)
Files: src/os_unix.c, src/proto/os_unix.pro, src/gui.c

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

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

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

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

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

Patch 9.1.1155
Reply all
Reply to author
Forward
0 new messages