mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
refactor(runtime): rewrite 'vim' color scheme in Lua
Problem: Bundled 'vim' color scheme is written in Vimscript which implicitly assumes that the file is ported from Vim. This is not the case, at it is currently the Neovim's way of providing backward compatibility for color schemes. Solution: Rewrite it in Lua to indicate that this runtime file comes from Neovim.
This commit is contained in:
committed by
Christian Clason
parent
8533adb484
commit
720a3518e3
@@ -2381,6 +2381,7 @@ describe('highlight namespaces', function()
|
||||
end)
|
||||
|
||||
it('Normal in set_hl #25474', function()
|
||||
command('highlight Ignore guifg=bg ctermfg=White')
|
||||
meths.set_hl(0, 'Normal', {bg='#333333'})
|
||||
command('highlight Ignore')
|
||||
screen:expect{grid=[[
|
||||
|
||||
Reference in New Issue
Block a user