diff src/version.c @ 29714:1317743de840 v9.0.0197

patch 9.0.0197: astro files are not detected Commit: https://github.com/vim/vim/commit/6a76e84f555da6d9ee57db80143e1e5eb85535ff Author: Emilia Zapata <zapata.contact@gmail.com> Date: Sat Aug 13 13:21:31 2022 +0100 patch 9.0.0197: astro files are not detected Problem: Astro files are not detected. Solution: Add a pattern to match Astro files. (Emilia Zapata, closes https://github.com/vim/vim/issues/10904)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Aug 2022 14:30:03 +0200
parents bdb31515f78b
children c8c128b0eddc
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 */
 /**/
+    197,
+/**/
     196,
 /**/
     195,