commit | 9174639a82799011cfa0013cbc4c4709b3833bf0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 22:22:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 22:22:31 2019 +0200 |
tree | fb637c1fd8bde68eb56ca3eabb06a5a1aab69e95 | |
parent | 9c272a9e52c914d6630f2cc887da89f63e7e983a [diff] [blame] |
patch 8.1.1863: confusing error when using a builtin function as method Problem: Confusing error when using a builtin function as method while it does not support that. Solution: Add a specific error message.
diff --git a/src/version.c b/src/version.c index ba37a41..3adfdd0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1863, +/**/ 1862, /**/ 1861,