Add workaround for Test_close_output_buffer

This commit is contained in:
Kazuki Sakamoto
2017-07-24 19:56:41 -07:00
parent 897e17c8d2
commit f08b6d402d
+1 -1
View File
@@ -755,7 +755,7 @@ func Test_close_output_buffer()
call assert_equal("run", job_status(job))
try
call WaitFor('line("$") == 3')
call assert_equal(3, line('$'))
call assert_inrange(3, 10, line('$'))
quit!
sleep 100m
" Make sure the write didn't happen to the wrong buffer.