comparison src/version.c @ 9655:f1920505bc16 v7.4.2104

commit https://github.com/vim/vim/commit/97baee80f0906ee2f651ee1215ec033e84f866ad Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 26 20:46:08 2016 +0200 patch 7.4.2104 Problem: Code duplication when unreferencing a function. Solution: De-duplicate.
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Jul 2016 21:00:08 +0200
parents 01c9630e80e0
children d9e46b847c8b
comparison
equal deleted inserted replaced
9654:9335bbb35ee8 9655:f1920505bc16
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 2104,
761 /**/ 763 /**/
762 2103, 764 2103,
763 /**/ 765 /**/
764 2102, 766 2102,
765 /**/ 767 /**/