diff options
author | Gabriel Cruz <LTKills@users.noreply.github.com> | 2019-04-24 05:41:07 -0300 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2019-04-24 10:41:07 +0200 |
commit | 8c6f5b7f9268087bce8c136e81c1631a8f87abbe (patch) | |
tree | d3b4f0c893aef4bc994e0a568df385171da9dde7 /test | |
parent | eada8f5aaae0c072571c87b6dbd3c7992541d698 (diff) | |
download | rneovim-8c6f5b7f9268087bce8c136e81c1631a8f87abbe.tar.gz rneovim-8c6f5b7f9268087bce8c136e81c1631a8f87abbe.tar.bz2 rneovim-8c6f5b7f9268087bce8c136e81c1631a8f87abbe.zip |
Spurious quote mark in command line when typing <C-R> (#9934)
Remove <C-R> special char after reading following chars
Diffstat (limited to 'test')
-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 121e71c3c2..45808b3b1b 100644 --- a/test/functional/ui/cmdline_highlight_spec.lua +++ b/test/functional/ui/cmdline_highlight_spec.lua @@ -983,7 +983,7 @@ describe('Expressions coloring support', function() {EOB:~ }| {EOB:~ }| {EOB:~ }| - ={SQ:"}{SB:<c0>}{SQ:"}{E:<c0>"}{SB:foo}{E:"}^" | + ={SQ:"}{SB:<c0>}{SQ:"}{E:<c0>"}{SB:foo}{E:"}^ | ]]) end) end) |