comparison src/version.c @ 28954:0a7b2b0d8c7f v8.2.4999

patch 8.2.4999: filetype test table is not properly sorted Commit: https://github.com/vim/vim/commit/aa9729b652aa93b547b5c7006f54a143d99ea149 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 22 14:26:54 2022 +0100 patch 8.2.4999: filetype test table is not properly sorted Problem: Filetype test table is not properly sorted. Solution: Sort by filetype. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 May 2022 15:30:03 +0200
parents ba083decce5d
children 3e6e6b4e74eb
comparison
equal deleted inserted replaced
28953:8c04e1ee3142 28954:0a7b2b0d8c7f
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 4999,
737 /**/ 739 /**/
738 4998, 740 4998,
739 /**/ 741 /**/
740 4997, 742 4997,
741 /**/ 743 /**/