commit | 4f5b0e5355a673ba5228bef037dc5c30734a1378 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 05 20:43:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 05 20:43:52 2019 +0200 |
tree | abdf9b30aeae188d2d495129beb3b7922b53df3e | |
parent | 437a746b4c1bd65cecc2e9095e911b58b13fce77 [diff] [blame] |
patch 8.1.1637: after running tests and clean the XfakeHOME directory remains Problem: After running tests and clean the XfakeHOME directory remains. Solution: Use "rm -rf". (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 2c370da..b5aac1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1637, +/**/ 1636, /**/ 1635,