1
0
forked from aniani/vim

patch 8.1.0786: ml_get error when updating the status line

Problem:    ml_get error when updating the status line and a terminal had its
            scrollback cleared.  (Chris Patuzzo)
Solution:   Check the cursor position when drawing the status line.
            (closes #3830)
This commit is contained in:
Bram Moolenaar
2019-01-20 18:25:54 +01:00
parent 113e10721f
commit 10772307c4
3 changed files with 53 additions and 6 deletions

View File

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