comparison src/version.c @ 9556:afaff1d283d3 v7.4.2055

commit https://github.com/vim/vim/commit/cd52459c387785796713826c63174cdeed295dd4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 17 14:57:05 2016 +0200 patch 7.4.2055 Problem: eval.c is too big. Solution: Move Dictionary functions to dict.c.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jul 2016 15:15:05 +0200
parents 49512aba8e32
children b591a350f190
comparison
equal deleted inserted replaced
9555:9560a5b782ee 9556:afaff1d283d3
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 2055,
761 /**/ 763 /**/
762 2054, 764 2054,
763 /**/ 765 /**/
764 2053, 766 2053,
765 /**/ 767 /**/