comparison src/version.c @ 7475:6b5ce5161d6d v7.4.1040

commit https://github.com/vim/vim/commit/24db72958fc91bd067c7d60a4990d09a6f295b48 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 16:56:10 2016 +0100 patch 7.4.1040 Problem: The tee command is not available on MS-Windows. Solution: Adjust tee.c for MSVC and add a makefile. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Jan 2016 17:00:04 +0100
parents ef60fac8f3eb
children dbfa0f9ab289
comparison
equal deleted inserted replaced
7474:1d46d5ccb5be 7475:6b5ce5161d6d
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 1040,
744 /**/ 746 /**/
745 1039, 747 1039,
746 /**/ 748 /**/
747 1038, 749 1038,
748 /**/ 750 /**/