vim-patch:8.0.0609: some people still don't know how to quit (#8571)

Problem:    For some people the hint about quitting is not sufficient.
Solution:   Put <Enter> separately.  Also use ":qa!" to get out even when
            there are changes.
28a8193e31
This commit is contained in:
Jan Edmund Lazo
2018-06-17 06:51:03 -04:00
committed by Justin M. Keyes
parent 367343ae6e
commit 8192267dea
3 changed files with 7 additions and 5 deletions

View File

@@ -494,7 +494,7 @@ describe('Command-line coloring', function()
{EOB:~ }|
{EOB:~ }|
{EOB:~ }|
Type :quit<Enter> to exit Nvim |
Type :qa! and pr...nges and exit Nvim |
]])
end)
it('works fine with NUL, NL, CR', function()