comparison src/version.c @ 15963:2d8fa45b341d v8.1.0987

patch 8.1.0987: unnecessary condition in #ifdef commit https://github.com/vim/vim/commit/6ef8f9eacdf9185d9bd03613c0a0de40ea5e3f07 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 2 07:15:28 2019 +0100 patch 8.1.0987: unnecessary condition in #ifdef Problem: Unnecessary condition in #ifdef. Solution: Remove using CYGWIN32. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Mar 2019 07:30:07 +0100
parents 4024dbfd3099
children f376cd250b07
comparison
equal deleted inserted replaced
15962:e29f75e1ec72 15963:2d8fa45b341d
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 987,
782 /**/ 784 /**/
783 986, 785 986,
784 /**/ 786 /**/
785 985, 787 985,
786 /**/ 788 /**/