commit | 142ffb024dd5123090c2fd02f55702e76520f1df | [log] [tgz] |
---|---|---|
author | dundargoc <gocdundar@gmail.com> | Tue Apr 18 20:53:22 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 18 20:53:22 2023 +0100 |
tree | d8f2965a4acd8cff35bed01979b487e35b80bf71 | |
parent | 61378a15425553cec1ec15f590e70ca50c7c34a8 [diff] [blame] |
patch 9.0.1467: Jenkinsfiles are not recognized as groovy Problem: Jenkinsfiles are not recognized as groovy. Solution: Add a pattern for Jenkinsfiles. (closes #12236)
diff --git a/src/version.c b/src/version.c index 595c265..bff52cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1467, +/**/ 1466, /**/ 1465,