mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
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:
@@ -539,7 +539,7 @@ func Test_equalalways_on_close()
|
|||||||
1wincmd w
|
1wincmd w
|
||||||
split
|
split
|
||||||
4wincmd w
|
4wincmd w
|
||||||
resize + 5
|
resize +5
|
||||||
" left column has three windows, equalized heights.
|
" left column has three windows, equalized heights.
|
||||||
" right column has two windows, top one a bit higher
|
" right column has two windows, top one a bit higher
|
||||||
let height_1 = winheight(1)
|
let height_1 = winheight(1)
|
||||||
|
Reference in New Issue
Block a user