[vim/vim] runtime(doc): remove todo entry for test_codestyle errors (PR #20900)
h_east (Vim Github Repository) <[email protected]> Fri, 31 Jul 2026 13:01:37 -0700
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/pull/[email protected]> |
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.
---
Checked on the current master:
- "cd src/testdir && make codestyle" runs its five tests without errors.
- keycode_check.vim has no space before a tab.
- setup.vim was moved to util/setup.vim in patch 9.1.1525 and has no
trailing white space.
Since patch 9.2.0195 test_codestyle is no longer in the test list, it has
its own "codestyle" target, so it is also not one of the tests that are run
with valgrind.
The entry for test_gui.vim is left, that one is not checked.
You can view, comment on, or merge this pull request online at:
https://github.com/vim/vim/pull/20900
-- Commit Summary --
* runtime(doc): remove todo entry for test_codestyle errors
-- File Changes --
M runtime/doc/todo.txt (3)
-- Patch Links --
https://github.com/vim/vim/pull/20900.patch
https://github.com/vim/vim/pull/20900.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/pull/20900
You are receiving this because you are subscribed to this thread.
Message ID: <vim/vim/pull/[email protected]>
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/pull/20900%40github.com.