aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/015_alignment_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/015_alignment_spec.lua')
-rw-r--r--test/functional/legacy/015_alignment_spec.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/functional/legacy/015_alignment_spec.lua b/test/functional/legacy/015_alignment_spec.lua
index df4e2cdf9c..ac90f3f98b 100644
--- a/test/functional/legacy/015_alignment_spec.lua
+++ b/test/functional/legacy/015_alignment_spec.lua
@@ -2,9 +2,10 @@
-- Also test formatting a paragraph.
-- Also test undo after ":%s" and formatting.
-local t = require('test.functional.testutil')()
-local feed, insert = t.feed, t.insert
-local clear, feed_command, expect = t.clear, t.feed_command, t.expect
+local n = require('test.functional.testnvim')()
+
+local feed, insert = n.feed, n.insert
+local clear, feed_command, expect = n.clear, n.feed_command, n.expect
describe('alignment', function()
setup(clear)