commit | 056f700031602a2734b1ddf45f6bc2817e49b996 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 14:00:27 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 14:00:27 2017 +0100 |
tree | 589011687dceb5f1b197eb43d1049710c11d1b37 | |
parent | 644df41c44cbdfacdedbba55ef77a6c6031eccd8 [diff] [blame] |
patch 8.0.0438: the fnamemodify test may cause later tests to fail Problem: The fnamemodify test changes 'shell' in a way later tests may not be able to use system(). Solution: Save and restore 'shell'.
diff --git a/src/version.c b/src/version.c index 413c2c1..811a3d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 438, +/**/ 437, /**/ 436,