commit | 0d17f0d1c09fa6db306336695ba646c21ea24909 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 22:20:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 22:20:38 2019 +0100 |
tree | b4479797119d3ca92a669176315dc3edaa21576d | |
parent | 9e26f7d31fbb780613fa700fe61de3e0b4ff2ef6 [diff] [blame] |
patch 8.1.0793: incorrect error messages for functions that take a Blob Problem: Incorrect error messages for functions that now take a Blob argument. Solution: Adjust the error messages. (Dominique Pelle, closes #3846)
diff --git a/src/version.c b/src/version.c index 0aa15d7..cef2e4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 793, +/**/ 792, /**/ 791,