summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2021-05-10 23:49:39 +0200
committerBram Moolenaar <Bram@vim.org>2021-05-10 23:49:39 +0200
commit588cf7547bafaff46a82bc125d05d24a1cedf827 (patch)
tree658f0e2e7189e7704736877cb5509a13660cd38e /src/version.c
parent68db996b621b98066fb7ab7028ed5c6aaa3954a8 (diff)
downloadvim-git-588cf7547bafaff46a82bc125d05d24a1cedf827.tar.gz
patch 8.2.2847: Perl not tested sufficientlyv8.2.2847
Problem: Perl not tested sufficiently. Solution: Add test. Also test W17. (Dominique Pellé, closes #8193)
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 4843be131..f1f2a1cc2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2847,
+/**/
2846,
/**/
2845,