neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 5a67878e8684e02caf853137aae1dc367a77b48f
parent 7f62775d5da3c67fe626f74ac7aad4e001428d3f
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Fri, 17 Nov 2023 09:32:30 +0800

vim-patch:9.0.1882: Trailing white space in tests

Problem:  Trailing white space in tests
Solution: Delete it

This causes test_codestyle to fail, so we need to remove it again.
Hopefully that makes the CI green again.

Note: I will start using annotated tags from now on.

https://github.com/vim/vim/commit/da200c2f78ef3c91557a2b484d284eb0c1c62776

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mtest/old/testdir/test_crash.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/old/testdir/test_crash.vim b/test/old/testdir/test_crash.vim @@ -7,7 +7,7 @@ CheckScreendump func Test_crash1() CheckNotBSD CheckExecutable dash - " Test 7 fails on Mac ... + " Test 7 fails on Mac ... CheckNotMac " The following used to crash Vim