comparison src/version.c @ 9552:49512aba8e32 v7.4.2054

commit https://github.com/vim/vim/commit/b2b050ab16565c117f0e7e411ffef3700d99203b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 16 21:52:46 2016 +0200 patch 7.4.2054 Problem: Wrong part of #ifdef removed. Solution: Use the right part. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jul 2016 22:00:05 +0200
parents 271f3ae34835
children afaff1d283d3
comparison
equal deleted inserted replaced
9551:232b8642ec32 9552:49512aba8e32
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2054,
761 /**/ 763 /**/
762 2053, 764 2053,
763 /**/ 765 /**/
764 2052, 766 2052,
765 /**/ 767 /**/