comparison src/version.c @ 13868:1282a54c1f5a v8.0.1805

patch 8.0.1805: qf_parse_line() is too long commit https://github.com/vim/vim/commit/18cebf44177542e6658251bacf6152aa9009ca58 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 8 22:31:37 2018 +0200 patch 8.0.1805: qf_parse_line() is too long Problem: qf_parse_line() is too long. Solution: Split it in parts. Properly handle vim_realloc() failing. (Yegappan Lakshmanan, closes #2881)
author Christian Brabandt <cb@256bit.org>
date Tue, 08 May 2018 22:45:06 +0200
parents 4b35f2835ce4
children 08370aad873d
comparison
equal deleted inserted replaced
13867:4e1289c328a1 13868:1282a54c1f5a
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 1805,
764 /**/ 766 /**/
765 1804, 767 1804,
766 /**/ 768 /**/
767 1803, 769 1803,
768 /**/ 770 /**/