]> granicus.if.org Git - vim/commit
patch 8.1.1961: more functions can be used as a method v8.1.1961
authorBram Moolenaar <Bram@vim.org>
Sun, 1 Sep 2019 18:16:52 +0000 (20:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 Sep 2019 18:16:52 +0000 (20:16 +0200)
commita1449836334355b1fb00cd1bf083e7d353f6c4d7
treef9623248fa3e1044acb35c25f155b7649f03c2b6
parentdb022f3ffb57c5ff4b97b4e93a994d11e4c10466
patch 8.1.1961: 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.  Add a test for
            mapcheck().
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test70.in
src/testdir/test_functions.vim
src/testdir/test_getcwd.vim
src/testdir/test_maparg.vim
src/testdir/test_match.vim
src/version.c