aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/hl_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/lua/hl_spec.lua')
-rw-r--r--test/functional/lua/hl_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/lua/hl_spec.lua b/test/functional/lua/hl_spec.lua
index f17442912a..a63b004456 100644
--- a/test/functional/lua/hl_spec.lua
+++ b/test/functional/lua/hl_spec.lua
@@ -222,6 +222,7 @@ describe('vim.hl.on_yank', function()
it('does not show errors even if buffer is wiped before timeout', function()
command('new')
+ n.feed('ifoo<esc>') -- set '[, ']
exec_lua(function()
vim.hl.on_yank({
timeout = 10,