comparison src/version.c @ 7309:c412b0922c27 v7.4.960

commit https://github.com/vim/vim/commit/90f5d0a5c3bbfeefcbc4d6eac59cf225ec714b28 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 3 22:37:21 2015 +0100 patch 7.4.960 Problem: Detecting every version of nmake is clumsy. Solution: Use a tiny C program to get the version of _MSC_VER. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Dec 2015 22:45:04 +0100
parents 5d9e27621ffa
children 743c258ca3ab
comparison
equal deleted inserted replaced
7308:8ccc46a81ecb 7309:c412b0922c27
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 960,
744 /**/ 746 /**/
745 959, 747 959,
746 /**/ 748 /**/
747 958, 749 958,
748 /**/ 750 /**/