commit | 9aa156912867c05e0a6480925afe11c590378f09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 15:05:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 15:05:32 2017 +0200 |
tree | 8edcc2a13208a239bf234c32f6dde2e6fc0ad01e | |
parent | 98ebd2bbec3443878dd0ed772ab67efb618f2fad [diff] [blame] |
patch 8.0.0962: crash with virtualedit and joining lines Problem: Crash with virtualedit and joining lines. (Joshua T Corbin, Neovim #6726) Solution: When using a mark check that coladd is valid.
diff --git a/src/version.c b/src/version.c index a25bbad..1ba0073 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 962, +/**/ 961, /**/ 960,