comparison src/version.c @ 8716:4ce26276caeb v7.4.1647

commit https://github.com/vim/vim/commit/8b20179c657b4266dff115486ca68c6a50324071 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 25 15:01:10 2016 +0100 patch 7.4.1647 Problem: Using freed memory after setqflist() and ":caddbuffer". (Dominique) Solution: Set qf_ptr when adding the first item to the quickfix list.
author Christian Brabandt <cb@256bit.org>
date Fri, 25 Mar 2016 15:15:04 +0100
parents a5224eeb3546
children f1840a719771
comparison
equal deleted inserted replaced
8715:6e90b9cba0ee 8716:4ce26276caeb
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1647,
751 /**/ 753 /**/
752 1646, 754 1646,
753 /**/ 755 /**/
754 1645, 756 1645,
755 /**/ 757 /**/