]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1863: confusing error when using a builtin function as method v8.1.1863
authorBram Moolenaar <Bram@vim.org>
Fri, 16 Aug 2019 20:22:31 +0000 (22:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 16 Aug 2019 20:22:31 +0000 (22:22 +0200)
commit9174639a82799011cfa0013cbc4c4709b3833bf0
treefb637c1fd8bde68eb56ca3eabb06a5a1aab69e95
parent9c272a9e52c914d6630f2cc887da89f63e7e983a
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.
src/evalfunc.c
src/testdir/test_method.vim
src/userfunc.c
src/version.c
src/vim.h