comparison src/version.c @ 10938:3b82ab325d59 v8.0.0358

patch 8.0.0358: invalid memory access in C-indent code commit https://github.com/vim/vim/commit/60629d642541a089c322e65963c0a77e5f77eb79 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 18:08:56 2017 +0100 patch 8.0.0358: invalid memory access in C-indent code Problem: Invalid memory access in C-indent code. Solution: Don't go over end of empty line. (Dominique Pelle, closes https://github.com/vim/vim/issues/1492)
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 18:15:04 +0100
parents a516b6c279d9
children a479b7064550
comparison
equal deleted inserted replaced
10937:ae3832cc9a28 10938:3b82ab325d59
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 358,
767 /**/ 769 /**/
768 357, 770 357,
769 /**/ 771 /**/
770 356, 772 356,
771 /**/ 773 /**/