Mercurial > vim
comparison src/version.c @ 9603:20e7be5d99ac v7.4.2079
commit https://github.com/vim/vim/commit/53bdec2ac9b994eee9c60f2ab9ad8a8afb2b9594
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jul 20 00:03:18 2016 +0200
patch 7.4.2079
Problem: Netbeans test fails on non-Unix systems.
Solution: Only do the permission check on Unix systems.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 20 Jul 2016 00:15:05 +0200 |
parents | 9cc49b86f613 |
children | 846d4bad2df7 |
comparison
equal
deleted
inserted
replaced
9602:652b81970bde | 9603:20e7be5d99ac |
---|---|
756 NULL | 756 NULL |
757 }; | 757 }; |
758 | 758 |
759 static int included_patches[] = | 759 static int included_patches[] = |
760 { /* Add new patch number below this line */ | 760 { /* Add new patch number below this line */ |
761 /**/ | |
762 2079, | |
761 /**/ | 763 /**/ |
762 2078, | 764 2078, |
763 /**/ | 765 /**/ |
764 2077, | 766 2077, |
765 /**/ | 767 /**/ |