comparison src/version.c @ 7500:ef568437e49a v7.4.1052

commit https://github.com/vim/vim/commit/04bff88df6211f64731bf8f5afa088e94496db16 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 5 20:46:16 2016 +0100 patch 7.4.1052 Problem: Illegal memory access with weird syntax command. (Dominique Pelle) Solution: Check for column past end of line.
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Jan 2016 21:00:05 +0100
parents 3fcd3d235f7b
children 3e306ae760d0
comparison
equal deleted inserted replaced
7499:0f3b316a0db5 7500:ef568437e49a
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 1052,
744 /**/ 746 /**/
745 1051, 747 1051,
746 /**/ 748 /**/
747 1050, 749 1050,
748 /**/ 750 /**/