comparison src/version.c @ 12164:5d82470552ce v8.0.0962

patch 8.0.0962: crash with virtualedit and joining lines commit https://github.com/vim/vim/commit/9aa156912867c05e0a6480925afe11c590378f09 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 15:05:32 2017 +0200 patch 8.0.0962: crash with virtualedit and joining lines Problem: Crash with virtualedit and joining lines. (Joshua T Corbin, Neovim https://github.com/vim/vim/issues/6726) Solution: When using a mark check that coladd is valid.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 15:15:03 +0200
parents e18b9d7d8d78
children f512c507b061
comparison
equal deleted inserted replaced
12163:ffe3a2b3fa78 12164:5d82470552ce
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 962,
772 /**/ 774 /**/
773 961, 775 961,
774 /**/ 776 /**/
775 960, 777 960,
776 /**/ 778 /**/