terminal: Move re-edit detection to do_ecmd(). #5445

Closes #4784
This commit is contained in:
Harm te Hennepe
2016-10-07 16:19:43 +02:00
committed by Justin M. Keyes
parent cb351c678b
commit 538255c228
3 changed files with 11 additions and 5 deletions

View File

@@ -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