aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-02-28 12:15:51 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-03-01 01:56:17 +0100
commitff98f61601d61dcfd902655e70bba07fb768ce01 (patch)
tree79225e9b12f79fdca81f771056445bc15dca4964 /src
parent1a0ee090ab09e859d84b5057d3b2b4ad91cf9baf (diff)
downloadrneovim-ff98f61601d61dcfd902655e70bba07fb768ce01.tar.gz
rneovim-ff98f61601d61dcfd902655e70bba07fb768ce01.tar.bz2
rneovim-ff98f61601d61dcfd902655e70bba07fb768ce01.zip
vim-patch:8.1.0965: search test fails
Problem: Search test fails. Solution: Wait a bit longer for the 'ambiwidth' redraw. https://github.com/vim/vim/commit/e86ecbd92271ad86b543c71ca50452528f704ffb
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_search.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_search.vim b/src/nvim/testdir/test_search.vim
index 19ede4e5fb..8eec1f7a1e 100644
--- a/src/nvim/testdir/test_search.vim
+++ b/src/nvim/testdir/test_search.vim
@@ -502,7 +502,7 @@ func Test_incsearch_with_change()
let buf = RunVimInTerminal('-S Xis_change_script', {'rows': 9, 'cols': 70})
" Give Vim a chance to redraw to get rid of the spaces in line 2 caused by
" the 'ambiwidth' check.
- sleep 100m
+ sleep 300m
" Highlight X, it will be deleted by the timer callback.
call term_sendkeys(buf, ':%s/X')