comparison src/version.c @ 9955:f52b263fb3f0 v7.4.2251

commit https://github.com/vim/vim/commit/015efc32c1add6269099364835ddf85ff257b3c6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 24 22:34:33 2016 +0200 patch 7.4.2251 Problem: In rare cases diffing 4 buffers is not enough. Solution: Raise the limit to 8. (closes https://github.com/vim/vim/issues/1000)
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Aug 2016 22:45:06 +0200
parents 9560a2eb7968
children c0cd95d2e9f9
comparison
equal deleted inserted replaced
9954:500c11e614a5 9955:f52b263fb3f0
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2251,
766 /**/ 768 /**/
767 2250, 769 2250,
768 /**/ 770 /**/
769 2249, 771 2249,
770 /**/ 772 /**/