mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user