]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1954: more functions can be used as a method v8.1.1954
authorBram Moolenaar <Bram@vim.org>
Sat, 31 Aug 2019 20:16:38 +0000 (22:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 31 Aug 2019 20:16:38 +0000 (22:16 +0200)
commit02b31110d31e995326080807716e79e38fe501df
tree92f977aa56adfe694332975d171d098422e024e8
parentf9f24ce7a0e5988fedf2e2ff751818f9b07510a6
patch 8.1.1954: more functions can be used as a method

Problem:    More functions can be used as a method.
Solution:   Allow more functions to be used as a method.
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_arglist.vim
src/testdir/test_functions.vim
src/testdir/test_json.vim
src/testdir/test_lispwords.vim
src/testdir/test_listener.vim
src/testdir/test_lua.vim
src/testdir/test_utf8.vim
src/version.c