comparison src/version.c @ 7677:85a7a945fb87 v7.4.1137

commit https://github.com/vim/vim/commit/62ef797496c6243d111c596a592a8ef8c1d1e710 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 19 14:51:54 2016 +0100 patch 7.4.1137 Problem: Illegal memory access when using :copen and :cclose. Solution: Avoid that curbuf is invalid. (suggestion by Justin M. Keyes) Add a test.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jan 2016 15:00:06 +0100
parents eb9cc96138a3
children c80284cfe1b8
comparison
equal deleted inserted replaced
7676:b0e4d35c8997 7677:85a7a945fb87
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1137,
744 /**/ 746 /**/
745 1136, 747 1136,
746 /**/ 748 /**/
747 1135, 749 1135,
748 /**/ 750 /**/