comparison src/version.c @ 28604:9c70f7df6d61 v8.2.4826

patch 8.2.4826: .cshtml files are not recognized Commit: https://github.com/vim/vim/commit/1f435dafff2452e0b55d1ca457ce7402e526e92a Author: jvoisin <julien.voisin@dustri.org> Date: Mon Apr 25 17:40:56 2022 +0100 patch 8.2.4826: .cshtml files are not recognized Problem: .cshtml files are not recognized. Solution: Use html filetype for .cshtml files. (Julien Voisin, closes https://github.com/vim/vim/issues/10212)
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Apr 2022 18:45:04 +0200
parents 398c5b3211f9
children 893af4a8fc08
comparison
equal deleted inserted replaced
28603:d258003fceed 28604:9c70f7df6d61
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4826,
749 /**/ 751 /**/
750 4825, 752 4825,
751 /**/ 753 /**/
752 4824, 754 4824,
753 /**/ 755 /**/