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.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/legacy/move_spec.lua b/test/functional/legacy/move_spec.lua
index c2be8bb3eb..ae01193049 100644
--- a/test/functional/legacy/move_spec.lua
+++ b/test/functional/legacy/move_spec.lua
@@ -11,7 +11,6 @@ describe(':move', function()
-- oldtest: Test_move_undo()
it('redraws correctly when undone', function()
local screen = Screen.new(60, 10)
- screen:attach()
fn.setline(1, { 'First', 'Second', 'Third', 'Fourth' })
feed('gg:move +1<CR>')