From: Yasuhiro Matsumoto Date: Wed, 8 Apr 2026 18:18:53 +0000 (+0000) Subject: patch 9.2.0322: tests: test_popupwin fails X-Git-Tag: v9.2.0322^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d224e42e71c3ee781ca999145aec27cd4259d30;p=thirdparty%2Fvim.git 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 Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/dumps/Test_popupwin_opacity_wide_2.dump b/src/testdir/dumps/Test_popupwin_opacity_wide_2.dump index 50ca50354a..a6ffdb11de 100644 --- a/src/testdir/dumps/Test_popupwin_opacity_wide_2.dump +++ b/src/testdir/dumps/Test_popupwin_opacity_wide_2.dump @@ -6,9 +6,9 @@ |い*&| +&|╭+0#ffffff16#0000e05|─@13|╮| +0#0000000#ffffff0|ー*&@7|い|!+&| |6| @3 |い*&| +&|│+0#ffffff16#0000e05|あ*&|め|ん|ぼ|赤|い|な|│+&| +0#0000000#ffffff0|ー*&@7|い|!+&| |7| @3 |い*&| +&|│+0#ffffff16#0000e05|あ*&|い|う|え|お| +&| +0&#e000002|ー*&|│+&| |ー*&@5|ー*0#0000000#ffffff0@1|い|!+&| |8| @3 -|い*&| +&|│+0#ffffff16#0000e05|ー*&@4| +&| +0&#e000002|カ*&|ラ|フ|ル|な|ー@2|ー*0#0000000#ffffff0@1|い|!+&| |9| @3 -|い*&| +&|╰+0#ffffff16#0000e05|─@10|─+0&#e000002|ポ*&|ッ|プ|ア|ッ|プ|で|ー|ー*0#0000000#ffffff0@1|い|!+&| |1|0| @2 -|い*&|え|ー@4| +&| +0#ffffff16#e000002|最*&|上|川|ー@4|ー*0#0000000#ffffff0@1|い|!+&| |1@1| @2 +|い*&| +&|│+0#ffffff16#0000e05|ー*&@4| +&| +0&#e000002|カ*&|ラ|フ|ル|な|ー@1| +&@1|ー*0#0000000#ffffff0@1|い|!+&| |9| @3 +|い*&| +&|╰+0#ffffff16#0000e05|─@10|─+0&#e000002|ポ*&|ッ|プ|ア|ッ|プ|で| +&@1|ー*0#0000000#ffffff0@1|い|!+&| |1|0| @2 +|い*&|え|ー@4| +&| +0#ffffff16#e000002|最*&|上|川|ー@3| +&@1|ー*0#0000000#ffffff0@1|い|!+&| |1@1| @2 |い*&|え|ー@4| +&| +0#ffffff16#e000002|ー*&@7|ー*0#0000000#ffffff0@1|い|!+&| |1|2| @2 |い*&|え|ー@15|い|!+&| |1|3| @2 |い*&|え|ー@15|い|!+&| |1|4| @2 diff --git a/src/version.c b/src/version.c index baacac399d..f31488e285 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 322, /**/ 321, /**/