diff src/version.c @ 25915:36f2c43bd671 v8.2.3491

patch 8.2.3491: xpm2 filetype dection is not so good Commit: https://github.com/vim/vim/commit/6e77b88df6371356cce9d6e08daf0f7cb1e7878a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 9 16:29:43 2021 +0100 patch 8.2.3491: xpm2 filetype dection is not so good Problem: xpm2 filetype dection is not so good. Solution: Adjust the check for xpm2. (closes https://github.com/vim/vim/issues/8914)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Oct 2021 17:30:04 +0200
parents a63676a1da2b
children 79a5c8238a5d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3491,
+/**/
     3490,
 /**/
     3489,