diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-22 22:20:38 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-22 22:20:38 +0100 |
commit | 0d17f0d1c09fa6db306336695ba646c21ea24909 (patch) | |
tree | b4479797119d3ca92a669176315dc3edaa21576d /src/version.c | |
parent | 9e26f7d31fbb780613fa700fe61de3e0b4ff2ef6 (diff) | |
download | vim-git-8.1.0793.tar.gz |
patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793
Problem: Incorrect error messages for functions that now take a Blob
argument.
Solution: Adjust the error messages. (Dominique Pelle, closes #3846)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0aa15d72e..cef2e4b5c 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 793, +/**/ 792, /**/ 791, |