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/ui/cmdline_highlight_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/ui/cmdline_highlight_spec.lua')
-rw-r--r-- | test/functional/ui/cmdline_highlight_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/cmdline_highlight_spec.lua b/test/functional/ui/cmdline_highlight_spec.lua index 3c316d1cfa..5d9fffdf23 100644 --- a/test/functional/ui/cmdline_highlight_spec.lua +++ b/test/functional/ui/cmdline_highlight_spec.lua @@ -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() |