commit | f4f79b84a5595c511f6fdbe4e3e1d188d97879a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 20:38:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 25 20:38:30 2016 +0100 |
tree | 707d55a7105f6ccb95c01f61759f54cb264323a7 | |
parent | 767d8c1a1ae762ecf47297c168b8c23caf05d30a [diff] [blame] |
patch 7.4.1179 Problem: test_writefile and test_viml do not delete the tempfile. Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript().
diff --git a/src/version.c b/src/version.c index 0a0bc1d..073f551 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1179, +/**/ 1178, /**/ 1177,