1
0
forked from aniani/vim

patch 8.1.1890: ml_get error when deleting fold marker

Problem:    Ml_get error when deleting fold marker.
Solution:   Check that the line number is not below the last line.  Adjust the
            fold when deleting the empty line.  (Christian Brabandt,
            closes #4834)
This commit is contained in:
Bram Moolenaar
2019-08-19 22:48:30 +02:00
parent ea7ecfe2a0
commit 9a4a8c4d59
4 changed files with 32 additions and 5 deletions

View File

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