1
0
forked from aniani/vim

patch 8.2.0474: cannot use :write when using a plugin with BufWriteCmd

Problem:    Cannot use :write when using a plugin with BufWriteCmd.
Solution:   Reset BF_NOTEDITED after BufWriteCmd. (closes #5807)
This commit is contained in:
Bram Moolenaar
2020-03-29 16:06:29 +02:00
parent 8601545338
commit 0fff44152d
3 changed files with 49 additions and 3 deletions

View File

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