commit | 96a0b2a6d5107580398435e263bd529d4ba3df49 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Apr 09 19:29:18 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Wed Apr 09 19:29:18 2025 +0200 |
tree | 21744da1c72d69f66988473c3fa9a1e7b7df2e76 | |
parent | f9f53f5a8f4c7b3da548914a4552a0c0c572364a [diff] [blame] |
patch 9.1.1289: tests: no test for matchparen plugin with WinScrolled event Problem: tests: no test for matchparen plugin with WinScrolled event Solution: add missing test closes: #10942 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index c9bcdca..9cfbe0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1289, +/**/ 1288, /**/ 1287,