aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/move_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/move_spec.lua')
-rw-r--r--test/functional/legacy/move_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/move_spec.lua b/test/functional/legacy/move_spec.lua
index 868f4a4644..512823be6c 100644
--- a/test/functional/legacy/move_spec.lua
+++ b/test/functional/legacy/move_spec.lua
@@ -11,11 +11,11 @@ describe(':move', function()
it('redraws correctly when undone', function()
local screen = Screen.new(60, 10)
screen:set_default_attr_ids({
- [0] = {bold = true, foreground = Screen.colors.Blue}, -- NonText
+ [0] = { bold = true, foreground = Screen.colors.Blue }, -- NonText
})
screen:attach()
- funcs.setline(1, {'First', 'Second', 'Third', 'Fourth'})
+ funcs.setline(1, { 'First', 'Second', 'Third', 'Fourth' })
feed('gg:move +1<CR>')
screen:expect([[
Second |