comparison src/version.c @ 22557:d16f9bd12b82 v8.2.1827

patch 8.2.1827: filetype detection does not test enough file names Commit: https://github.com/vim/vim/commit/10a1a534d1ae1d798bb695f9a521052ebbf1e289 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 10 21:50:25 2020 +0200 patch 8.2.1827: filetype detection does not test enough file names Problem: Filetype detection does not test enough file names. Solution: Test more file names. (Adam Stankiewicz, closes https://github.com/vim/vim/issues/7099)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Oct 2020 22:00:06 +0200
parents 7d25264c246c
children 715e8f14f314
comparison
equal deleted inserted replaced
22556:1c91898919e5 22557:d16f9bd12b82
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 1827,
753 /**/ 755 /**/
754 1826, 756 1826,
755 /**/ 757 /**/
756 1825, 758 1825,
757 /**/ 759 /**/