diff src/version.c @ 33695:cdf91c682acf v9.0.2083

patch 9.0.2083: Perl: xsubpp may be in non-standard location Commit: https://github.com/vim/vim/commit/1b1c9f272ddfa5f1d7d903cd9d59320cb97bfd4b Author: Zdenek Dohnal <zdohnal@redhat.com> Date: Thu Nov 2 20:19:06 2023 +0100 patch 9.0.2083: Perl: xsubpp may be in non-standard location Problem: Perl: xsubpp may be in non-standard location Solution: Add --with-subpp configure option configure.ac: Add --with-xsubpp configure option Some environments (such as flatpaks) cannot count on xsubpp being in the common Perl directory, so a configure option should be used for clean solution. closes: #13470 Signed-off-by: Zdenek Dohnal <zdohnal@redhat.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2023 20:30:04 +0100
parents b08d31805a75
children 643db54ed3e7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2083,
+/**/
     2082,
 /**/
     2081,