commit | 5a05d374d30577ee195e87e7929062ab1a0a076a | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Sep 29 19:43:11 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Sep 29 19:44:25 2023 +0200 |
tree | 42abeac48ba13073a7e69d1069421c0e95d685cd | |
parent | 02902b547bdb3ba480a52c90dce742201241f224 [diff] [blame] |
patch 9.0.1952: Vim9: unused static field Problem: Vim9: unused static field Solution: remove it and simplify code closes: #13220 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
diff --git a/src/version.c b/src/version.c index 5aca53a..ad696de 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1952, +/**/ 1951, /**/ 1950,