1
0
forked from aniani/vim

patch 9.0.0332: overwrite check may block BufWriteCmd

Problem:    Overwrite check may block BufWriteCmd.
Solution:   Do not use overwrite check when 'buftype' is "acwrite".
            (closes #11011)
This commit is contained in:
zeertzjq
2022-08-30 18:17:15 +01:00
committed by Bram Moolenaar
parent 3e518a8ec7
commit 9c8f94636b
3 changed files with 26 additions and 4 deletions

View File

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