Skip to content

Commit 3d224e4

Browse files
mattnchrisbra
authored andcommitted
patch 9.2.0322: tests: test_popupwin fails
Problem: tests: test_popupwin fails (after v9.2.0319) Solution: Regenerate the dump file (Yasuhiro Matsumoto). The reference dump for Test_popupwin_opacity_wide_2 was not updated when patch 9.2.0319 changed the blending behavior for double-width characters at popup padding boundaries. The covered half of a double-width character now correctly shows a space instead of the full character. related: #19881 closes: #19934 Signed-off-by: Yasuhiro Matsumoto <mattn.jp@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent ea7bf9a commit 3d224e4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/testdir/dumps/Test_popupwin_opacity_wide_2.dump

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ static char *(features[]) =
734734

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
322,
737739
/**/
738740
321,
739741
/**/

0 commit comments

Comments
 (0)