diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-14 19:20:23 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-14 19:20:23 +0200 |
commit | 32a23ac61570365eff35097691d9b218b8539383 (patch) | |
tree | 20f8aacdbc78ff8568598bcb25ea4b37d5c31b76 /src/version.c | |
parent | 4ac97f476157ee0a3600e90f79f04813c418c172 (diff) | |
download | vim-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.c | 2 |
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, |