diff src/version.c @ 30349:37a251ba4cf4 v9.0.0510

patch 9.0.0510: Chatito files are not recognized Commit: https://github.com/vim/vim/commit/7c046ae99ba85a4fdf1a546157e2ed6f12b79ea6 Author: ObserverOfTime <chronobserver@disroot.org> Date: Tue Sep 20 12:02:28 2022 +0100 patch 9.0.0510: Chatito files are not recognized Problem: Chatito files are not recognized. Solution: Add a pattern for Chatito files. (closes https://github.com/vim/vim/issues/11174)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 13:15:02 +0200
parents ea2935ec4435
children c8c7adcf2ddc
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    510,
+/**/
     509,
 /**/
     508,