aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/081_coptions_movement_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/081_coptions_movement_spec.lua')
-rw-r--r--test/functional/legacy/081_coptions_movement_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/legacy/081_coptions_movement_spec.lua b/test/functional/legacy/081_coptions_movement_spec.lua
index 2ac1332687..993aff2ba2 100644
--- a/test/functional/legacy/081_coptions_movement_spec.lua
+++ b/test/functional/legacy/081_coptions_movement_spec.lua
@@ -2,7 +2,7 @@
local helpers = require('test.functional.helpers')(after_each)
local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
-local execute, expect = helpers.execute, helpers.expect
+local feed_command, expect = helpers.feed_command, helpers.expect
describe('coptions', function()
setup(clear)
@@ -16,18 +16,18 @@ describe('coptions', function()
ccc two three four
ddd yee yoo four]])
- execute('set cpo-=;')
+ feed_command('set cpo-=;')
feed('gg0tt;D')
feed('j0fz;D')
feed('j$Fy;D')
feed('j$Ty;D')
- execute('set cpo+=;')
+ feed_command('set cpo+=;')
feed('j0tt;;D')
feed('j$Ty;;D')
-
+
expect([[
aaa two
z