diff src/version.c @ 28277:4e2753f7ec65 v8.2.4664

patch 8.2.4664: Elvish files are not recognized Commit: https://github.com/vim/vim/commit/c1658a196bb05dd96562fd0a92409be2201b62e9 Author: Bruno Roque <brunoroque06@gmail.com> Date: Sat Apr 2 10:48:24 2022 +0100 patch 8.2.4664: Elvish files are not recognized Problem: Elvish files are not recognized. Solution: Recognize .elv files. (Bruno Roque, closes https://github.com/vim/vim/issues/10058)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Apr 2022 12:00:04 +0200
parents f0e46f5bb2e7
children 8ef5c996df31
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4664,
+/**/
     4663,
 /**/
     4662,