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

@@ -241,7 +241,7 @@ describe('system()', function()
~ |
~ |
~ |
Type :quit<Enter> to exit Nvim |
Type :qa! and press <E...all changes and exit Nvim |
]])
end)
end)
@@ -448,7 +448,7 @@ describe('systemlist()', function()
~ |
~ |
~ |
Type :quit<Enter> to exit Nvim |
Type :qa! and press <E...all changes and exit Nvim |
]])
end)
end)