]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1865: tests: do not notice lines containing only a tab v9.1.1865
authorHirohito Higashi <h.east.727@gmail.com>
Sat, 18 Oct 2025 13:57:53 +0000 (13:57 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 18 Oct 2025 13:57:53 +0000 (13:57 +0000)
commit5b5290ec02ebb16681abc0a617bfd48c75aba353
treeba479c2ba20fa96a00f64126e1fb35215c815502
parent1b565eee6df194e2f842475299fd16793c714677
patch 9.1.1865: tests: do not notice lines containing only a tab

Problem:  tests: test_codestyle does not notice lines containing only a
          tab
Solution: Fix the whitespace issue in eval.txt, update test_codestyle to
          notice such issues (Hirohito Higashi)

closes: #18595

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/eval.txt
src/testdir/test_codestyle.vim
src/version.c