comparison 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
comparison
equal deleted inserted replaced
25914:225823d65f1b 25915:36f2c43bd671
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3491,
760 /**/ 762 /**/
761 3490, 763 3490,
762 /**/ 764 /**/
763 3489, 765 3489,
764 /**/ 766 /**/