commit | a15dfc2d417bdb5207936eca2f52c0da22a904bb | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Mon Nov 18 21:18:46 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Nov 18 21:20:54 2024 +0100 |
tree | b97fa3287aeaf3f06cd31d745414ddc958bcf341 | |
parent | a73dfc2f550155d676372c713011e6227245e9dc [diff] [blame] |
patch 9.1.0872: No test for W23 message Problem: No test for W23 message Solution: Check for W23 message when accessing the clipboard fails (after v9.1.0868) closes: #16076 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index dbd5fc6..3eb9769 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 872, +/**/ 871, /**/ 870,