commit | a3a9c8ef697bbf6f640cde99710b6f534f29f77d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 12:38:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 12:38:34 2020 +0100 |
tree | 358717fb6832b9e8a8bb5f9710e63e994741ba21 | |
parent | 30d53e2c11e670845830bdfc29bf8c1615df61a8 [diff] [blame] |
patch 8.2.0403: when 'buftype' is "nofile" there is no overwrite check Problem: When 'buftype' is "nofile" there is no overwrite check. Solution: Also check for existing file when 'buftype' is set. (closes #5807)
diff --git a/src/version.c b/src/version.c index c76d312..83feed9 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 403, +/**/ 402, /**/ 401,