comparison src/version.c @ 15955:907481b9260f v8.1.0983

patch 8.1.0983: checking __CYGWIN32__ unnecessarily commit https://github.com/vim/vim/commit/1eed532999adc6a2c902fa07d256be988520a995 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 26 17:03:54 2019 +0100 patch 8.1.0983: checking __CYGWIN32__ unnecessarily Problem: Checking __CYGWIN32__ unnecessarily. Solution: Remove the checks. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Feb 2019 17:15:13 +0100
parents f5620f490af2
children 209f65bb155f
comparison
equal deleted inserted replaced
15954:4cab61f1d8d4 15955:907481b9260f
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 983,
782 /**/ 784 /**/
783 982, 785 982,
784 /**/ 786 /**/
785 981, 787 981,
786 /**/ 788 /**/