vim-patch:ebdf3c964a90

Update runtime files.
ebdf3c964a

Omit vim9.
This commit is contained in:
Jan Edmund Lazo
2021-04-26 21:38:12 -04:00
parent 4819737853
commit 278ca5f456
8 changed files with 56 additions and 31 deletions

View File

@@ -118,7 +118,7 @@ describe('health.vim', function()
Error = { foreground = Screen.colors.Grey100, background = Screen.colors.Red },
Heading = { bold=true, foreground=Screen.colors.Magenta },
Heading2 = { foreground = Screen.colors.SlateBlue },
Bar = { foreground=Screen.colors.Purple },
Bar = { foreground = 0x6a0dad },
Bullet = { bold=true, foreground=Screen.colors.Brown },
})
command("checkhealth foo success1")