commit | aa9729b652aa93b547b5c7006f54a143d99ea149 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 22 14:26:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 22 14:26:54 2022 +0100 |
tree | 2ada22ebc31acb524bb779e03c63ade389dad611 | |
parent | bce69d65dd41020ea1d727337a3baf9e95b40c35 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b18d0a5..17a8787 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4999, +/**/ 4998, /**/ 4997,