aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/066_visual_block_tab_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/066_visual_block_tab_spec.lua')
-rw-r--r--test/functional/legacy/066_visual_block_tab_spec.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/functional/legacy/066_visual_block_tab_spec.lua b/test/functional/legacy/066_visual_block_tab_spec.lua
index 72fa7d881b..7c4984362f 100644
--- a/test/functional/legacy/066_visual_block_tab_spec.lua
+++ b/test/functional/legacy/066_visual_block_tab_spec.lua
@@ -3,7 +3,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('visual block shift and tab characters', function()
setup(clear)
@@ -24,23 +24,23 @@ describe('visual block shift and tab characters', function()
feed('gg')
feed([[fe<C-v>4jR<esc>ugvr1:'<lt>,'>yank A<cr>]])
- execute('/^abcdefgh')
+ feed_command('/^abcdefgh')
feed('<C-v>4jI <esc>j<lt><lt>11|D')
feed('j7|a <esc>')
feed('j7|a <esc>')
feed('j7|a <esc>4k13|<C-v>4j<lt>')
- execute('$-5,$yank A')
- execute([[$-4,$s/\s\+//g]])
+ feed_command('$-5,$yank A')
+ feed_command([[$-4,$s/\s\+//g]])
feed('<C-v>4kI <esc>j<lt><lt>')
feed('j7|a <esc>')
feed('j7|a <esc>')
feed('j7|a <esc>4k13|<C-v>4j3<lt>')
- execute('$-4,$yank A')
+ feed_command('$-4,$yank A')
-- Put @a and clean empty lines
- execute('%d')
- execute('0put a')
- execute('$d')
+ feed_command('%d')
+ feed_command('0put a')
+ feed_command('$d')
-- Assert buffer contents.
expect([[