vim-patch:9.1.0789: tests: ':resize + 5' has invalid space after '+' (#30835)

Problem:  tests: ':resize + 5' has invalid space after '+'
Solution: Correct the test (Milly)

closes: vim/vim#15884

c0cba184f5

Co-authored-by: Milly <milly.ca@gmail.com>
This commit is contained in:
zeertzjq 2024-10-17 07:28:25 +08:00 committed by GitHub
parent 80e37aa533
commit 852954ff6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -539,7 +539,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)