diff src/version.c @ 32272:2df0f9779992 v9.0.1467

patch 9.0.1467: Jenkinsfiles are not recognized as groovy Commit: https://github.com/vim/vim/commit/142ffb024dd5123090c2fd02f55702e76520f1df Author: dundargoc <gocdundar@gmail.com> Date: Tue Apr 18 20:53:22 2023 +0100 patch 9.0.1467: Jenkinsfiles are not recognized as groovy Problem: Jenkinsfiles are not recognized as groovy. Solution: Add a pattern for Jenkinsfiles. (closes https://github.com/vim/vim/issues/12236)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Apr 2023 22:00:04 +0200
parents d542423ef5c9
children 83caf07aedd6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1467,
+/**/
     1466,
 /**/
     1465,