commit | 9c8f94636b3610b898ffbbd07f6b75866d16cbca | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Aug 30 18:17:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 18:17:15 2022 +0100 |
tree | a169b57ddfe9c6605272da81183f1041437e0140 | |
parent | 3e518a8ec74065aedd67d352c93d6ae6be550316 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2f409cf..68d0e79 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 332, +/**/ 331, /**/ 330,