patch 9.1.0789: tests: ':resize + 5' has invalid space after '+' Commit: https://github.com/vim/vim/commit/c0cba184f54e052cf8f04baca24bdee72a4b7de6 Author: Milly <milly...@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 <milly...@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, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1t18Y3-003tL2-LH%40256bit.org.