aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/061_undo_tree_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/061_undo_tree_spec.lua')
-rw-r--r--test/functional/legacy/061_undo_tree_spec.lua17
1 files changed, 9 insertions, 8 deletions
diff --git a/test/functional/legacy/061_undo_tree_spec.lua b/test/functional/legacy/061_undo_tree_spec.lua
index cadaf021e7..4177f908a1 100644
--- a/test/functional/legacy/061_undo_tree_spec.lua
+++ b/test/functional/legacy/061_undo_tree_spec.lua
@@ -1,14 +1,15 @@
-- Tests for undo tree and :earlier and :later.
-local t = require('test.functional.testutil')()
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
-local feed_command = t.feed_command
+local feed_command = n.feed_command
local write_file = t.write_file
-local command = t.command
-local source = t.source
-local expect = t.expect
-local clear = t.clear
-local feed = t.feed
-local eval = t.eval
+local command = n.command
+local source = n.source
+local expect = n.expect
+local clear = n.clear
+local feed = n.feed
+local eval = n.eval
local eq = t.eq
local function expect_empty_buffer()