commit | 91376b63877c113fe9a3fff2c1b04bf9504f447f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 16:17:02 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 16:17:02 2015 +0100 |
tree | 1b5935e090c0b0f49a6b8a491093d088b68268f3 | |
parent | 1c57fe8b9450eb29c3e42a94527d4b7514f853e2 [diff] [blame] |
patch 7.4.964 Problem: Test 87 doesn't work in a shadow directory. Solution: Handle the extra subdirectory. (James McCoy, closes #515)
diff --git a/src/version.c b/src/version.c index b18ea02..3fc57c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 964, +/**/ 963, /**/ 962,