1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-08-19 15:05:32 +02:00
parent 98ebd2bbec
commit 9aa1569128
6 changed files with 52 additions and 0 deletions

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
962,
/**/
961,
/**/