diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-11-03 11:07:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-03 11:07:40 +0100 |
commit | 93626b8af9c12425013f02c2ad52f2ac54317fc4 (patch) | |
tree | 4aa82a631dcba2da11f603bf931a462cefec7b83 /test/functional/core | |
parent | 75ad5587477b1fc90cb0c693794ee7053c3339c7 (diff) | |
parent | f707a7ef6885d791411077079e1a2783d8c1b169 (diff) | |
download | rneovim-93626b8af9c12425013f02c2ad52f2ac54317fc4.tar.gz rneovim-93626b8af9c12425013f02c2ad52f2ac54317fc4.tar.bz2 rneovim-93626b8af9c12425013f02c2ad52f2ac54317fc4.zip |
Merge pull request #10994 from bfredl/colorindex
allow pass through of :terminal palette colors with termguicolors
Diffstat (limited to 'test/functional/core')
-rw-r--r-- | test/functional/core/main_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/core/main_spec.lua b/test/functional/core/main_spec.lua index b793e531c9..37a9f0b836 100644 --- a/test/functional/core/main_spec.lua +++ b/test/functional/core/main_spec.lua @@ -67,7 +67,7 @@ describe('Command-line option', function() | | ]], { - [1] = {foreground = 4210943}, + [1] = {foreground = tonumber('0x4040ff'), fg_indexed=true}, [2] = {bold = true, reverse = true} }) feed('i:cq<CR>') |