diff src/version.c @ 31857:a9d97517ac27 v9.0.1261

patch 9.0.1261: Elsa files are not recognized Commit: https://github.com/vim/vim/commit/2a99fe6c41efcd5d1eb47823e7e73cf391e230ba Author: Amaan Qureshi <amaanq12@gmail.com> Date: Sun Jan 29 17:50:14 2023 +0000 patch 9.0.1261: Elsa files are not recognized Problem: Elsa files are not recognized. Solution: Add a pattern for Elsa files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/11908)
author Bram Moolenaar <Bram@vim.org>
date Sun, 29 Jan 2023 19:00:02 +0100
parents b7a8611dd9fc
children 8b15e4161605
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1261,
+/**/
     1260,
 /**/
     1259,