summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-02 11:34:21 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-02 11:34:21 +0000
commit3569c0de67bc9c723621297ae827d5e3353793a1 (patch)
tree0426dc0997ef10d9f6cbff7c147c153668344885 /src/version.c
parentdb9ff9ab5d7ce1fcc2c4106e7ad49151a323996c (diff)
patch 8.2.3718: compiler warns for unused variable without +textpropv8.2.3718
Problem: Compiler warns for unused variable without the +textprop feature. (John Marriott) Solution: Adjust #ifdefs.
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 c5e5f6b351..cf8f945500 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3718,
+/**/
3717,
/**/
3716,