summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-22 14:26:54 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-22 14:26:54 +0100
commitaa9729b652aa93b547b5c7006f54a143d99ea149 (patch)
tree2ada22ebc31acb524bb779e03c63ade389dad611 /src/version.c
parentbce69d65dd41020ea1d727337a3baf9e95b40c35 (diff)
downloadvim-git-aa9729b652aa93b547b5c7006f54a143d99ea149.tar.gz
patch 8.2.4999: filetype test table is not properly sortedv8.2.4999
Problem: Filetype test table is not properly sorted. Solution: Sort by filetype. (Doug Kearns)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index b18d0a511..17a8787f8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4999,
+/**/
4998,
/**/
4997,