aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/ex_terminal_spec.lua
diff options
context:
space:
mode:
authorHarm te Hennepe <harm@tehennepe.org>2016-10-07 16:19:43 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-10-12 14:56:20 +0200
commit538255c228acb59b6596011627abd2f6e0fa67d1 (patch)
tree827a65c2fb2be2f6459ce712205cc33a5ae822e3 /test/functional/terminal/ex_terminal_spec.lua
parentcb351c678bffa061426075ba6068188ce71c4ae6 (diff)
downloadrneovim-538255c228acb59b6596011627abd2f6e0fa67d1.tar.gz
rneovim-538255c228acb59b6596011627abd2f6e0fa67d1.tar.bz2
rneovim-538255c228acb59b6596011627abd2f6e0fa67d1.zip
terminal: Move re-edit detection to do_ecmd(). #5445
Closes #4784
Diffstat (limited to 'test/functional/terminal/ex_terminal_spec.lua')
-rw-r--r--test/functional/terminal/ex_terminal_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/terminal/ex_terminal_spec.lua b/test/functional/terminal/ex_terminal_spec.lua
index 09b4eaa8d5..46afd09594 100644
--- a/test/functional/terminal/ex_terminal_spec.lua
+++ b/test/functional/terminal/ex_terminal_spec.lua
@@ -3,6 +3,7 @@ local Screen = require('test.functional.ui.screen')
local clear, wait, nvim = helpers.clear, helpers.wait, helpers.nvim
local nvim_dir, source, eq = helpers.nvim_dir, helpers.source, helpers.eq
local execute, eval = helpers.execute, helpers.eval
+local funcs = helpers.funcs
if helpers.pending_win32(pending) then return end