runtime(doc): remove todo entry for test_codestyle errors
Commit:
https://github.com/vim/vim/commit/64b0196a9200335d0992259a1d46f7626e6485cb
Author: Hirohito Higashi <
h.eas...@gmail.com>
Date: Sat Aug 1 13:42:54 2026 +0000
runtime(doc): remove todo entry for test_codestyle errors
The two reported problems are gone: keycode_check.vim has no space before a
tab and setup.vim, now util/setup.vim, has no trailing white space. Since
patch 9.2.0195 the check is not part of the test suite but a separate
"make codestyle" target.
closes: #20900
Co-Authored-By: Claude Opus 5 (1M context) <
nor...@anthropic.com>
Signed-off-by: Hirohito Higashi <
h.eas...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 2698ad6ff..4789b8c3b 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -58,9 +58,6 @@ Virtual text problems:
- truncated Virtual text below an empty line causes display error #12493
Errors when running tests with valgrind:
-- test_codestyle.vim: e.g.:
- command line..script /home/mool/vim/vim91/src/testdir/runtest.vim[569]..function RunTheTest[52]..Test_test_files line 6: keycode_check.vim: space before tab: Expected 0 but got 7
- command line..script /home/mool/vim/vim91/src/testdir/runtest.vim[569]..function RunTheTest[52]..Test_test_files line 10: setup.vim: trailing white space: Expected 0 but got 23
- test_gui.vim:
Found errors in Test_gui_mouse_event():