comparison src/version.c @ 23962:436e702af70c v8.2.2523

patch 8.2.2523: Svelte filetype not recognized Commit: https://github.com/vim/vim/commit/c0fcb6e0b10050145e7d334b68b1bdc5201fed05 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 12:29:17 2021 +0100 patch 8.2.2523: Svelte filetype not recognized Problem: Svelte filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes https://github.com/vim/vim/issues/7858)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 12:30:06 +0100
parents dbc6c893a67a
children 17697c4e5d48
comparison
equal deleted inserted replaced
23961:1b7f39ff8d78 23962:436e702af70c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2523,
753 /**/ 755 /**/
754 2522, 756 2522,
755 /**/ 757 /**/
756 2521, 758 2521,
757 /**/ 759 /**/