1
0
forked from aniani/vim

patch 8.2.2039: viminfo is not written when creating a new file

Problem:    Viminfo is not written when creating a new file.
Solution:   Set "b_marks_read" in the new buffer. (Christian Brabandt,
            closes #7350)
This commit is contained in:
Bram Moolenaar
2020-11-23 22:01:26 +01:00
parent 142f23544c
commit 8e6be34338
3 changed files with 38 additions and 0 deletions

View File

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