comparison src/version.c @ 14633:462087b5c415 v8.1.0330

patch 8.1.0330: the qf_add_entries() function is too long commit https://github.com/vim/vim/commit/6f6ef7c1951b080843f3da049d3f5d0679de7348 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 28 22:07:44 2018 +0200 patch 8.1.0330: the qf_add_entries() function is too long Problem: The qf_add_entries() function is too long. Solution: Split in two parts. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Tue, 28 Aug 2018 22:15:08 +0200
parents 2c9a467c82fa
children 4f61eb88127c
comparison
equal deleted inserted replaced
14632:868225825bad 14633:462087b5c415
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 330,
797 /**/ 799 /**/
798 329, 800 329,
799 /**/ 801 /**/
800 328, 802 328,
801 /**/ 803 /**/