diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2018-06-17 06:51:03 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-06-17 12:51:03 +0200 |
commit | 8192267deacdf958848324f6b7f99e72551c56e6 (patch) | |
tree | e7ca59a9efb163940c554c7f8a16d0123d848f34 /test/functional/eval/system_spec.lua | |
parent | 367343ae6e1e269f49ea29ac767628f9e4e825ac (diff) | |
download | rneovim-8192267deacdf958848324f6b7f99e72551c56e6.tar.gz rneovim-8192267deacdf958848324f6b7f99e72551c56e6.tar.bz2 rneovim-8192267deacdf958848324f6b7f99e72551c56e6.zip |
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.
https://github.com/vim/vim/commit/28a8193e3113f676f89fb6312b099d849df881d3
Diffstat (limited to 'test/functional/eval/system_spec.lua')
-rw-r--r-- | test/functional/eval/system_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/eval/system_spec.lua b/test/functional/eval/system_spec.lua index 23cea4c038..5e12b6a6a4 100644 --- a/test/functional/eval/system_spec.lua +++ b/test/functional/eval/system_spec.lua @@ -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) |