comparison src/version.c @ 13992:710b1bb82f2c v8.1.0014

patch 8.1.0014: qf_init_ext() is too long commit https://github.com/vim/vim/commit/6053f2d29a979ffed1fe01b0a2f28e23750530e9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 21 16:56:38 2018 +0200 patch 8.1.0014: qf_init_ext() is too long Problem: qf_init_ext() is too long. Solution: Split it into multiple functions. (Yegappan Lakshmanan, closes #2939)
author Christian Brabandt <cb@256bit.org>
date Mon, 21 May 2018 17:00:06 +0200
parents 017c5462ed5e
children 411dd50f1daa
comparison
equal deleted inserted replaced
13991:e34014a5bfd8 13992:710b1bb82f2c
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 14,
764 /**/ 766 /**/
765 13, 767 13,
766 /**/ 768 /**/
767 12, 769 12,
768 /**/ 770 /**/