From c0cba184f54e052cf8f04baca24bdee72a4b7de6 Mon Sep 17 00:00:00 2001 From: Milly Date: Wed, 16 Oct 2024 20:03:44 +0200 Subject: [PATCH] patch 9.1.0789: tests: ':resize + 5' has invalid space after '+' Problem: tests: ':resize + 5' has invalid space after '+' Solution: Correct the test (Milly) closes: #15884 Signed-off-by: Milly Signed-off-by: Christian Brabandt --- src/testdir/test_window_cmd.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/testdir/test_window_cmd.vim b/src/testdir/test_window_cmd.vim index 91adb9b1d..c8afab325 100644 --- a/src/testdir/test_window_cmd.vim +++ b/src/testdir/test_window_cmd.vim @@ -557,7 +557,7 @@ func Test_equalalways_on_close() 1wincmd w split 4wincmd w - resize + 5 + resize +5 " left column has three windows, equalized heights. " right column has two windows, top one a bit higher let height_1 = winheight(1) diff --git a/src/version.c b/src/version.c index b3cc9ce55..12bdb6a14 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 789, /**/ 788, /**/