mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
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:

committed by
Justin M. Keyes

parent
367343ae6e
commit
8192267dea
@@ -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)
|
||||
|
Reference in New Issue
Block a user