commit | 833e5dab143034b7e43bc0be49b2eb3687ff9ab7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 28 15:43:58 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 28 15:43:58 2018 +0100 |
tree | 8b1eadfebcdff371250baf829336a97d99786a00 | |
parent | 1c29943416207e21abbc790eaf563b36789170c2 [diff] [blame] |
patch 8.1.0500: cleaning up in src/tee may not always work Problem: Cleaning up in src/tee may not always work. Solution: Use "rm" when appropriate. (Michael Soyka, closes #3571)
diff --git a/src/version.c b/src/version.c index b1aa8aa..9d700e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 500, +/**/ 499, /**/ 498,