comparison src/version.c @ 9181:07bc9dc5b3c9 v7.4.1874

commit https://github.com/vim/vim/commit/ae3f33040ba752e7f6b722d2fe2b2ebeeb8c56b4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 2 15:49:36 2016 +0200 patch 7.4.1874 Problem: Unused variable in Win32 code. Solution: Remove it. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Jun 2016 16:00:10 +0200
parents 5e18efdad322
children 988c8ab557bf
comparison
equal deleted inserted replaced
9180:3015b50926e4 9181:07bc9dc5b3c9
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1874,
756 /**/ 758 /**/
757 1873, 759 1873,
758 /**/ 760 /**/
759 1872, 761 1872,
760 /**/ 762 /**/