diff src/version.c @ 28393:860c2c6bcdfd v8.2.4721

patch 8.2.4721: cooklang files are not recognized Commit: https://github.com/vim/vim/commit/36951ed1dab2b2e816dc8959c72b5732f36d9e3b Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Sat Apr 9 16:08:08 2022 +0100 patch 8.2.4721: cooklang files are not recognized Problem: Cooklang files are not recognized. Solution: recognize *.cook files. (Goc Dundar, closes https://github.com/vim/vim/issues/10120)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 17:15:03 +0200
parents cc4d3ded4004
children a0cd2b7a78ef
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4721,
+/**/
     4720,
 /**/
     4719,