commit | 18a2b87ca27c378a555b20f14a284d2ce3511427 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 13:08:45 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 13:08:45 2020 +0100 |
tree | 8edab39837a409af9a30ea1082aa281a4d0eb217 | |
parent | a3a9c8ef697bbf6f640cde99710b6f534f29f77d [diff] [blame] |
patch 8.2.0404: writefile() error does not give a hint Problem: Writefile() error does not give a hint. Solution: Add remark about first argument.
diff --git a/src/version.c b/src/version.c index 83feed9..b709dbb 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 404, +/**/ 403, /**/ 402,