comparison src/version.c @ 13117:cfaa513efa3f v8.0.1433

patch 8.0.1433: illegal memory access after undo commit https://github.com/vim/vim/commit/95dbcbea6d85a5b79d9617ab3863458fdf0217a0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 27 21:01:34 2018 +0100 patch 8.0.1433: illegal memory access after undo Problem: Illegal memory access after undo. (Dominique Pelle) Solution: Avoid the column becomes negative. (Christian Brabandt, closes #2533)
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Jan 2018 21:15:05 +0100
parents 9812a9ca3ab2
children 729f279fda8d
comparison
equal deleted inserted replaced
13116:4e4cb0764f0a 13117:cfaa513efa3f
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1433,
774 /**/ 776 /**/
775 1432, 777 1432,
776 /**/ 778 /**/
777 1431, 779 1431,
778 /**/ 780 /**/