1
0
forked from aniani/vim

patch 9.0.0085: ":write" fails after ":file name" and the ":edit"

Problem:    ":write" fails after ":file name" and the ":edit".
Solution:   Reset BF_NOTEDITED when using ":edit". (closes #10790)
This commit is contained in:
ii14
2022-07-26 19:44:56 +01:00
committed by Bram Moolenaar
parent 15b87b6610
commit 1f0dc5e84f
3 changed files with 23 additions and 0 deletions

View File

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