1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
To: vim_dev@googlegroups.com
Subject: Patch 8.1.0965
Fcc: outbox
From: Bram Moolenaar <Bram@moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------
Patch 8.1.0965
Problem: Search test fails.
Solution: Wait a bit longer for the 'ambiwidth' redraw.
Files: src/testdir/test_search.vim,
src/testdir/dumps/Test_incsearch_change_01.dump
*** ../vim-8.1.0964/src/testdir/test_search.vim 2019-02-21 16:21:16.369816652 +0100
--- src/testdir/test_search.vim 2019-02-21 17:47:06.869655471 +0100
***************
*** 994,1000 ****
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
" Highlight X, it will be deleted by the timer callback.
call term_sendkeys(buf, ':%s/X')
--- 994,1000 ----
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 300m
" Highlight X, it will be deleted by the timer callback.
call term_sendkeys(buf, ':%s/X')
*** ../vim-8.1.0964/src/testdir/dumps/Test_incsearch_change_01.dump 2019-02-21 16:21:16.369816652 +0100
--- src/testdir/dumps/Test_incsearch_change_01.dump 2019-02-21 17:42:24.559235283 +0100
***************
*** 1,5 ****
|o+0&#ffffff0|n|e| @66
! |x+1&&| +0&&@68
|t|h|r|e@1| @64
|~+0#4040ff13&| @68
|~| @68
--- 1,5 ----
|o+0&#ffffff0|n|e| @66
! |x| @68
|t|h|r|e@1| @64
|~+0#4040ff13&| @68
|~| @68
*** ../vim-8.1.0964/src/version.c 2019-02-21 17:05:54.082970901 +0100
--- src/version.c 2019-02-21 17:46:24.285914835 +0100
***************
*** 781,782 ****
--- 781,784 ----
{ /* Add new patch number below this line */
+ /**/
+ 965,
/**/
--
Everybody wants to go to heaven, but nobody wants to die.
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|