mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07: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:
parent
80e37aa533
commit
852954ff6d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user