summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-14 19:20:23 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-14 19:20:23 +0200
commit32a23ac61570365eff35097691d9b218b8539383 (patch)
tree20f8aacdbc78ff8568598bcb25ea4b37d5c31b76 /src/version.c
parent4ac97f476157ee0a3600e90f79f04813c418c172 (diff)
downloadvim-git-8.2.1449.tar.gz
patch 8.2.1449: some test makefiles delete files that are not generatedv8.2.1449
Problem: Some test makefiles delete files that are not generated. Solution: Remove the deletion commands.
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 e9bf1b7d8..7243fffe3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1449,
+/**/
1448,
/**/
1447,