diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-11-05 19:54:01 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-11-05 19:54:01 +0100 |
| commit | eb828d01d9c91791fa1fe217ba651cdc25746d1b (patch) | |
| tree | a6e4d1cab162a247b3a2191c168b4afb80057234 /src/version.c | |
| parent | 55952d4dd490bb2f63bda5d7f6d8fb69f58c333c (diff) | |
| download | vim-git-eb828d01d9c91791fa1fe217ba651cdc25746d1b.tar.gz | |
patch 8.0.0064v8.0.0064
Problem: Normal test fails on MS-Windows.
Solution: Don't try using an illegal file name.
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 492a5277e..1399c8751 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 64, +/**/ 63, /**/ 62, |
