commit | 08b270a8a4544be9a7fecce311834fde2b457634 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 18:34:19 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 18:34:19 2016 +0100 |
tree | 4a46e9dc5cbdf0773afd59b721e5543fc35e67ff | |
parent | 336bd622c31e1805495c034e1a8cfadcc0bbabc7 [diff] [blame] |
patch 7.4.1121 Problem: test_expand leaves files behind. Solution: Edit another file before deleting, otherwise the swap file remains.
diff --git a/src/version.c b/src/version.c index ef98ee4..06044d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1121, +/**/ 1120, /**/ 1119,