diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2017-05-08 17:17:10 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2017-05-15 07:22:31 +0200 |
commit | 8d8b6224d941567aeefc67beb471aea36b8bdc05 (patch) | |
tree | 4e055bd8d136971dec0bce040e8f1539c9be21aa /test/functional/ui/cursor_spec.lua | |
parent | edfe0980f1f3e8258665b4ad688dc9fbd934cfb5 (diff) | |
download | rneovim-8d8b6224d941567aeefc67beb471aea36b8bdc05.tar.gz rneovim-8d8b6224d941567aeefc67beb471aea36b8bdc05.tar.bz2 rneovim-8d8b6224d941567aeefc67beb471aea36b8bdc05.zip |
options: make 'highlight' read-only
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 f4eec4bdc7..b47210a777 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 = 47 end - if m.id_lm then m.id_lm = 48 end + if m.hl_id then m.hl_id = 48 end + if m.id_lm then m.id_lm = 49 end end -- Assert the new expectation. |