comparison src/version.c @ 30803:bba8d0f45cb8 v9.0.0736

patch 9.0.0736: quickfix listing does not handle very long messages Commit: https://github.com/vim/vim/commit/f8412c9d7cc487dacf47a217ae947da68a525c53 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Oct 13 11:59:22 2022 +0100 patch 9.0.0736: quickfix listing does not handle very long messages Problem: Quickfix listing does not handle very long messages. Solution: Use a growarray instead of a fixed size buffer. (Yegappan Lakshmanan, closes #11357)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Oct 2022 13:00:07 +0200
parents 4fbd9086f149
children 4edfa418f8ba
comparison
equal deleted inserted replaced
30802:15130b9714c5 30803:bba8d0f45cb8
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 736,
702 /**/ 704 /**/
703 735, 705 735,
704 /**/ 706 /**/
705 734, 707 734,
706 /**/ 708 /**/