summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-09-06 21:12:24 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-06 21:12:24 +0200
commitda200c2f78ef3c91557a2b484d284eb0c1c62776 (patch)
treeb376f8b4e8367190ace73f06245af3ad62fb557a
parent5856b07795dff69e3bac57deb5033b5839c1dfb8 (diff)
patch 9.0.1882: Trailing white space in testsv9.0.1882
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. Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--src/testdir/test_crash.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim
index b841ccb052..a1da68ed4c 100644
--- a/src/testdir/test_crash.vim
+++ b/src/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
diff --git a/src/version.c b/src/version.c
index 3778d01846..e525ff657b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1882,
+/**/
1881,
/**/
1880,