From 538255c228acb59b6596011627abd2f6e0fa67d1 Mon Sep 17 00:00:00 2001 From: Harm te Hennepe Date: Fri, 7 Oct 2016 16:19:43 +0200 Subject: terminal: Move re-edit detection to do_ecmd(). #5445 Closes #4784 --- test/functional/terminal/ex_terminal_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit