summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-02-05 20:23:59 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-05 20:23:59 +0000
commit500761b1cf666f030009d2dcdacfdce28f68f43d (patch)
tree5a95d8b326ae1692cf4a803f375d7b70bb063c9b /src/version.c
parente5b7897585eccec84431d8b23df5cde2e283828c (diff)
downloadvim-git-500761b1cf666f030009d2dcdacfdce28f68f43d.tar.gz
patch 8.2.4306: no test for fixed perl filetype checkv8.2.4306
Problem: No test for fixed perl filetype check. Solution: Add a test. Sort test functions.
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 3d72ecafc..3ea8fe24c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4306,
+/**/
4305,
/**/
4304,