How to reproduce. (on linux)
- set terminal size to 80x20
- make test
- test92 and test93 fail.
- test92.in and test93.in become empty. <--- unexpected!
Expect behavior
- test92.in and test93.in keep the contents of file.
Investigation result
Line 34th of test92.in
:new test.out
failed (E36: Not enough room).
and line 36th
:w
is update to test92.in empty.
(test93.in is similar)
...and some test requires a certain height or more.
(e.g. test37 and test47 requires height 20)
I wrote two patches.
#1 test92_93_empty.patch
Fixed above problem.
#2 check_term_size_at_1st_test.patch
Adding check terminal size 80x24 or higher at first test.
Please check this.
Best regards,
Hirohito Higashi