diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-02-05 20:59:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 20:59:07 +0100 |
commit | c9b7f0c2498ae900fc3de8fc0d6b2c1f078ee211 (patch) | |
tree | 206993aff9892e2beee704c84448221accebdb15 /test/functional/api/vim_spec.lua | |
parent | 36378c33c6ca6b5c906b8ab326db508feb32c859 (diff) | |
parent | baf93d96063ceab109ecf16046a51e861a9c2c26 (diff) | |
download | rneovim-c9b7f0c2498ae900fc3de8fc0d6b2c1f078ee211.tar.gz rneovim-c9b7f0c2498ae900fc3de8fc0d6b2c1f078ee211.tar.bz2 rneovim-c9b7f0c2498ae900fc3de8fc0d6b2c1f078ee211.zip |
Merge pull request #9581 from bfredl/alwaysrgb
UI: always use contrete colors for default_colors_set
Diffstat (limited to 'test/functional/api/vim_spec.lua')
-rw-r--r-- | test/functional/api/vim_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/api/vim_spec.lua b/test/functional/api/vim_spec.lua index 0d49eb2daf..415eaf3cbc 100644 --- a/test/functional/api/vim_spec.lua +++ b/test/functional/api/vim_spec.lua @@ -1278,6 +1278,7 @@ describe('API', function() ext_linegrid = screen._options.ext_linegrid or false, ext_multigrid = false, ext_hlstate=false, + ext_termcolors=false, height = 4, rgb = true, width = 20, |