comparison src/version.c @ 9871:945b165fa831 v7.4.2210

commit https://github.com/vim/vim/commit/cff50f5ec9e8c8c8f69bdcb7fc17e0b9ced540e2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 14 17:32:52 2016 +0200 patch 7.4.2210 Problem: On OSX configure mixes up a Python framework and the Unix layout. Solution: Make configure check properly. (Tim D. Smith, closes https://github.com/vim/vim/issues/980)
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Aug 2016 17:45:06 +0200
parents 989d44d35a66
children 043b7a9579e6
comparison
equal deleted inserted replaced
9870:affc5f26634d 9871:945b165fa831
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2210,
766 /**/ 768 /**/
767 2209, 769 2209,
768 /**/ 770 /**/
769 2208, 771 2208,
770 /**/ 772 /**/