commit | 2261c89a49ff2115e1ccc9ab9211e9f0d5a37578 | [log] [tgz] |
---|---|---|
author | h-east <h.east.727@gmail.com> | Wed Aug 16 21:49:54 2023 +0900 |
committer | Christian Brabandt <cb@256bit.org> | Thu Aug 17 22:31:10 2023 +0200 |
tree | b9ff6a0647672805578e1c7a0da038b134c565ca | |
parent | 5a0dd71ed914158ed21576516519e43f1e64bb78 [diff] [blame] |
patch 9.0.1724: vim9class constructor argument type checking bug Problem: vim9class constructor argument type checking bug Solution: fix it closes: #12816 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: h-east <h.east.727@gmail.com>
diff --git a/src/version.c b/src/version.c index de1d6e0..0d89869 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1724, +/**/ 1723, /**/ 1722,