vim-patch:8.1.1049: when user tries to exit with CTRL-C message is confusing

Problem:    When user tries to exit with CTRL-C message is confusing.
Solution:   Only mention ":qa!" when there is a changed buffer. (closes vim/vim#4163)
a84a3dd663

vim-patch:8.1.1052: test for CTRL-C message sometimes fails

Problem:    test for CTRL-C message sometimes fails
Solution:   Make sure there are no changed buffers.
553e5a5c56

vim-patch:8.1.1053: warning for missing return statement

Problem:    Warning for missing return statement. (Dominique Pelle)
Solution:   Add return statement.
d6c3f1fa2b
This commit is contained in:
Jan Edmund Lazo
2019-07-28 20:36:51 -04:00
parent 4c50f0dc76
commit 01e3690ca8
6 changed files with 39 additions and 7 deletions

View File

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