diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-08 16:17:57 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-05-08 16:17:57 +0200 |
commit | b23aa1cf099ed43307c14fe47ddda87ef78f6173 (patch) | |
tree | 0cc1f9add66d1ee62f21800df0403a043a36d7ad /test/functional/ui/cursor_spec.lua | |
parent | 4c3d7b29ec7b46fcd1defbe84c03e3e3b2a9e9f5 (diff) | |
parent | 188bae586f5cbdeebe9b229371e78a3bf17bdb8a (diff) | |
download | rneovim-b23aa1cf099ed43307c14fe47ddda87ef78f6173.tar.gz rneovim-b23aa1cf099ed43307c14fe47ddda87ef78f6173.tar.bz2 rneovim-b23aa1cf099ed43307c14fe47ddda87ef78f6173.zip |
Merge #6597 'winhighlight'
Diffstat (limited to 'test/functional/ui/cursor_spec.lua')
-rw-r--r-- | test/functional/ui/cursor_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/cursor_spec.lua b/test/functional/ui/cursor_spec.lua index e6036a6b79..f4eec4bdc7 100644 --- a/test/functional/ui/cursor_spec.lua +++ b/test/functional/ui/cursor_spec.lua @@ -194,8 +194,8 @@ describe('ui/cursor', function() if m.blinkoff then m.blinkoff = 400 end if m.blinkwait then m.blinkwait = 700 end end - if m.hl_id then m.hl_id = 46 end - if m.id_lm then m.id_lm = 47 end + if m.hl_id then m.hl_id = 47 end + if m.id_lm then m.id_lm = 48 end end -- Assert the new expectation. |