diff src/version.c @ 29399:88d62ab596e8 v9.0.0042

patch 9.0.0042: missing change for filetype detection Commit: https://github.com/vim/vim/commit/324478037923feef1eb8a771648e38ade9e5e05a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 5 21:56:39 2022 +0100 patch 9.0.0042: missing change for filetype detection Problem: Missing change for filetype detection. Solution: Include change to detect guile from shebang line.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Jul 2022 23:00:03 +0200
parents 7f5db9decf32
children 23f44007f65d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    42,
+/**/
     41,
 /**/
     40,