comparison src/version.c @ 14469:0211e295835e v8.1.0248

patch 8.1.0248: duplicated quickfix code commit https://github.com/vim/vim/commit/8d8a65e389cef318ae661ff0fe7b1b00fd7cb25f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 19:48:08 2018 +0200 patch 8.1.0248: duplicated quickfix code Problem: duplicated quickfix code. Solution: Move the code to a function.
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 20:00:06 +0200
parents 16cccc953909
children 2f6f886d9a87
comparison
equal deleted inserted replaced
14468:8b70108080f2 14469:0211e295835e
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 248,
797 /**/ 799 /**/
798 247, 800 247,
799 /**/ 801 /**/
800 246, 802 246,
801 /**/ 803 /**/