diff options
Diffstat (limited to 'test/functional/legacy/068_text_formatting_spec.lua')
-rw-r--r-- | test/functional/legacy/068_text_formatting_spec.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/functional/legacy/068_text_formatting_spec.lua b/test/functional/legacy/068_text_formatting_spec.lua index ece2fb25d4..179c15fb0f 100644 --- a/test/functional/legacy/068_text_formatting_spec.lua +++ b/test/functional/legacy/068_text_formatting_spec.lua @@ -1,10 +1,10 @@ -local t = require('test.functional.testutil')() +local n = require('test.functional.testnvim')() -local feed = t.feed -local clear = t.clear -local insert = t.insert -local feed_command = t.feed_command -local expect = t.expect +local feed = n.feed +local clear = n.clear +local insert = n.insert +local feed_command = n.feed_command +local expect = n.expect describe('text formatting', function() setup(clear) |