Commit: patch 9.1.0789: tests: ':resize + 5' has invalid space after '+'

6 views
Skip to first unread message

Christian Brabandt

unread,
Oct 16, 2024, 2:15:11 PM10/16/24
to vim...@googlegroups.com
patch 9.1.0789: tests: ':resize + 5' has invalid space after '+'

Commit: https://github.com/vim/vim/commit/c0cba184f54e052cf8f04baca24bdee72a4b7de6
Author: Milly <mill...@gmail.com>
Date: Wed Oct 16 20:03:44 2024 +0200

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 <mill...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

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,
/**/
Reply all
Reply to author
Forward
0 new messages