mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
vim-patch:8.1.1545: when the screen is to small there is no message about that
Problem: When the screen is to small there is no message about that.
(Daniel Hahler)
Solution: Do not use :cquit. (closes vim/vim#4534)
45aa07d3c1
This commit is contained in:
@@ -35,8 +35,11 @@ if &lines < 24 || &columns < 80
|
|||||||
echoerr error
|
echoerr error
|
||||||
split test.log
|
split test.log
|
||||||
$put =error
|
$put =error
|
||||||
w
|
write
|
||||||
cquit
|
split messages
|
||||||
|
call append(line('$'), error)
|
||||||
|
write
|
||||||
|
qa!
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Common with all tests on all systems.
|
" Common with all tests on all systems.
|
||||||
|
Reference in New Issue
Block a user