comparison src/version.c @ 14852:3c8a4b25427c v8.1.0438

patch 8.1.0438: the ex_make() function is too long commit https://github.com/vim/vim/commit/b434ae2a1fcbbd43244c6130451de7f14346e224 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 28 23:09:55 2018 +0200 patch 8.1.0438: the ex_make() function is too long Problem: The ex_make() function is too long. Solution: Split it into several functions. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Sep 2018 23:15:05 +0200
parents 85ef79b16181
children 3b72808fbb0d
comparison
equal deleted inserted replaced
14851:99d8e4106d26 14852:3c8a4b25427c
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 438,
797 /**/ 799 /**/
798 437, 800 437,
799 /**/ 801 /**/
800 436, 802 436,
801 /**/ 803 /**/