mirror of
https://github.com/neovim/neovim.git
synced 2026-04-22 15:25:30 +00:00
refactor: format test/*
This commit is contained in:
@@ -9,10 +9,10 @@ describe(':debug', function()
|
||||
clear()
|
||||
screen = Screen.new(30, 14)
|
||||
screen:set_default_attr_ids({
|
||||
[1] = {bold = true, foreground = Screen.colors.Blue1},
|
||||
[2] = {bold = true, reverse = true},
|
||||
[3] = {foreground = Screen.colors.Grey100, background = Screen.colors.Red},
|
||||
[4] = {bold = true, foreground = Screen.colors.SeaGreen4},
|
||||
[1] = { bold = true, foreground = Screen.colors.Blue1 },
|
||||
[2] = { bold = true, reverse = true },
|
||||
[3] = { foreground = Screen.colors.Grey100, background = Screen.colors.Red },
|
||||
[4] = { bold = true, foreground = Screen.colors.SeaGreen4 },
|
||||
})
|
||||
screen:attach()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user