Mercurial > vim
changeset 17385:f178127b7255 v8.1.1691
patch 8.1.1691: diff test fails on some systems
commit https://github.com/vim/vim/commit/37d9f175a4ab885052583746982d6bbfbe0095b9
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jul 14 17:26:46 2019 +0200
patch 8.1.1691: diff test fails on some systems
Problem: Diff test fails on some systems. (Elimar Riesebieter)
Solution: Add a term_wait() call.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 14 Jul 2019 17:30:04 +0200 |
parents | 1b0089e2d12c |
children | b46cfa993bcf |
files | src/testdir/test_diffmode.vim src/version.c |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/testdir/test_diffmode.vim +++ b/src/testdir/test_diffmode.vim @@ -743,6 +743,7 @@ func VerifyInternal(buf, dumpfile, extra call term_sendkeys(a:buf, ":diffupdate!\<CR>") " trailing : for leaving the cursor on the command line call term_sendkeys(a:buf, ":set diffopt=internal,filler" . a:extra . "\<CR>:") + call term_wait(a:buf) call VerifyScreenDump(a:buf, a:dumpfile, {}) endfunc