]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1952: more functions can be used as a method v8.1.1952
authorBram Moolenaar <Bram@vim.org>
Sat, 31 Aug 2019 17:13:58 +0000 (19:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 31 Aug 2019 17:13:58 +0000 (19:13 +0200)
commit5d69fdb7c4b91faf2d92b8d449cc9460f3035fb3
tree384a1f061d6dd2822e83adeff2f140191ed2f6de
parentf1699968baf3619a4147b44c891ba4a0985e7656
patch 8.1.1952: 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_bufwintabinfo.vim
src/testdir/test_escaped_glob.vim
src/testdir/test_getvar.vim
src/testdir/test_glob2regpat.vim
src/testdir/test_tagjump.vim
src/testdir/test_terminal.vim
src/version.c