summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-26 21:39:25 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-26 21:39:25 +0200
commitb06b50dfa06e1cbefd634e2735e7cd5ddd5b911c (patch)
tree61ddb474009cad97f133f581df93aaee8a6568b5 /src/version.c
parentbb01a1ef3a093cdb36877ba73474719c531dc8cb (diff)
downloadvim-git-b06b50dfa06e1cbefd634e2735e7cd5ddd5b911c.tar.gz
patch 8.2.2814: Vim9: unused variablev8.2.2814
Problem: Vim9: unused variable. (John Marriott) Solution: Adjust #ifdef.
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 aea6465b5..d1ece1191 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 */
/**/
+ 2814,
+/**/
2813,
/**/
2812,