aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/080_substitute_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/080_substitute_spec.lua')
-rw-r--r--test/functional/legacy/080_substitute_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/080_substitute_spec.lua b/test/functional/legacy/080_substitute_spec.lua
index 96082364e0..1bdae9be59 100644
--- a/test/functional/legacy/080_substitute_spec.lua
+++ b/test/functional/legacy/080_substitute_spec.lua
@@ -2,7 +2,7 @@
-- Test for submatch() on substitue().
-- Test for *:s%* on :substitute.
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local feed, insert = helpers.feed, helpers.insert
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
local eq, eval = helpers.eq, helpers.eval