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/filepath.c b/src/filepath.c index 79eb7bf..49b814f 100644 --- a/src/filepath.c +++ b/src/filepath.c
@@ -1929,7 +1929,8 @@ } else { - semsg(_(e_invarg2), "writefile()"); + semsg(_(e_invarg2), + _("writefile() first argument must be a List or a Blob")); return; }