comparison src/version.c @ 14790:3ca7aba1116e v8.1.0407

patch 8.1.0407: quickfix code mixes using the stack and a list pointer commit https://github.com/vim/vim/commit/fe15b7dfa628d4edd683dae9528194c0e5510128 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 18 22:50:06 2018 +0200 patch 8.1.0407: quickfix code mixes using the stack and a list pointer Problem: Quickfix code mixes using the stack and a list pointer. Solution: Use a list pointer in more places. (Yegappan Lakshmanan, closes #3443)
author Christian Brabandt <cb@256bit.org>
date Tue, 18 Sep 2018 23:00:06 +0200
parents 0aff6e5f3d55
children 8eb8200a55b2
comparison
equal deleted inserted replaced
14789:5321041a509c 14790:3ca7aba1116e
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 407,
797 /**/ 799 /**/
798 406, 800 406,
799 /**/ 801 /**/
800 405, 802 405,
801 /**/ 803 /**/