diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-03-12 17:37:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-12 17:37:43 +0100 |
commit | 8760816d4672b6badbc264033f8c6922570b7a9a (patch) | |
tree | 93cb7091317e5205b4a7bcdb650ad6e65e4697de /test/functional/ui/cursor_spec.lua | |
parent | 9312e2d06ae29db2e21b575b007c29da514e5df3 (diff) | |
parent | dec3e027d902a59369550b9da8f6c10da61f06ef (diff) | |
download | rneovim-8760816d4672b6badbc264033f8c6922570b7a9a.tar.gz rneovim-8760816d4672b6badbc264033f8c6922570b7a9a.tar.bz2 rneovim-8760816d4672b6badbc264033f8c6922570b7a9a.zip |
Merge pull request #9722 from bfredl/float-doc2
Float docs and defaults.
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 3e0370db14..4dc86f1e1f 100644 --- a/test/functional/ui/cursor_spec.lua +++ b/test/functional/ui/cursor_spec.lua @@ -216,10 +216,10 @@ describe('ui/cursor', function() if m.blinkwait then m.blinkwait = 700 end end if m.hl_id then - m.hl_id = 49 + m.hl_id = 50 m.attr = {background = Screen.colors.DarkGray} end - if m.id_lm then m.id_lm = 50 end + if m.id_lm then m.id_lm = 51 end end -- Assert the new expectation. |