1
0
forked from aniani/vim

patch 8.0.1053: setline() does not work on startup

Problem:    setline() does not work on startup. (Manuel Ortega)
Solution:   Do not check for ml_mfp to be set for the current buffer.
            (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2017-09-04 20:34:19 +02:00
parent e88fc7a574
commit 9d954207e2
6 changed files with 31 additions and 7 deletions

View File

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