mirror of
https://github.com/neovim/neovim.git
synced 2025-11-27 04:30:41 +00:00
terminal: add tests for palette color forwarding
This commit is contained in:
@@ -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>')
|
||||
|
||||
Reference in New Issue
Block a user