diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-12-11 16:17:02 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-12-11 16:17:02 +0100 |
commit | 91376b63877c113fe9a3fff2c1b04bf9504f447f (patch) | |
tree | 1b5935e090c0b0f49a6b8a491093d088b68268f3 /src/version.c | |
parent | 1c57fe8b9450eb29c3e42a94527d4b7514f853e2 (diff) | |
download | vim-git-91376b63877c113fe9a3fff2c1b04bf9504f447f.tar.gz |
patch 7.4.964v7.4.964
Problem: Test 87 doesn't work in a shadow directory.
Solution: Handle the extra subdirectory. (James McCoy, closes #515)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b18ea0236..3fc57c5e5 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 964, +/**/ 963, /**/ 962, |