comparison src/version.c @ 12700:306a7a357c71 v8.0.1228

patch 8.0.1228: invalid memory access in GUI test commit https://github.com/vim/vim/commit/0e19fc07e73214f94441cb3a495504a1de21eb07 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 28 14:45:16 2017 +0200 patch 8.0.1228: invalid memory access in GUI test Problem: Invalid memory access in GUI test. Solution: Check that the row is not outside of the screen.
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Oct 2017 15:00:05 +0200
parents 6d3d64be7945
children a99da335b6f1
comparison
equal deleted inserted replaced
12699:fe12aeafe2b3 12700:306a7a357c71
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 1228,
764 /**/ 766 /**/
765 1227, 767 1227,
766 /**/ 768 /**/
767 1226, 769 1226,
768 /**/ 770 /**/