mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
refactor: format test/*
This commit is contained in:
@@ -11,7 +11,7 @@ it('scrolling with laststatus=0 and :botright split', function()
|
||||
clear('--cmd', 'set ruler')
|
||||
local screen = Screen.new(40, 10)
|
||||
screen:set_default_attr_ids({
|
||||
[1] = {reverse = true}, -- StatusLineNC
|
||||
[1] = { reverse = true }, -- StatusLineNC
|
||||
})
|
||||
screen:attach()
|
||||
exec([[
|
||||
|
||||
Reference in New Issue
Block a user