0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.2881: various pieces of code not covered by tests

Problem:    Various pieces of code not covered by tests.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8245)
This commit is contained in:
Yegappan Lakshmanan
2021-05-24 15:15:47 +02:00
committed by Bram Moolenaar
parent ad5c178a19
commit 611728f806
8 changed files with 49 additions and 2 deletions

View File

@@ -314,6 +314,8 @@ func Test_python_window()
10new
py vim.current.window.height = 5
call assert_equal(5, winheight(0))
py vim.current.window.height = 3.2
call assert_equal(3, winheight(0))
" Test for setting the window width
10vnew