]> granicus.if.org Git - vim/commit
patch 8.1.1807: more functions can be used as a method v8.1.1807
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Aug 2019 13:04:10 +0000 (15:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Aug 2019 13:04:10 +0000 (15:04 +0200)
commit25e42231d3ee27feec2568fa4be2aa2bfba82ae5
tree8df08d27ff06c8b52054576bc68814d05553697a
parent7cc535175a233c6f02cdb5a364b3590560f5bfcb
patch 8.1.1807: more functions can be used as a method

Problem:    More functions can be used as a method.
Solution:   Add append(), appendbufline(), assert_equal(), etc.
            Also add the :eval command.
runtime/doc/eval.txt
runtime/doc/testing.txt
src/evalfunc.c
src/ex_cmdidxs.h
src/ex_cmds.h
src/ex_eval.c
src/proto/ex_eval.pro
src/testdir/test_method.vim
src/version.c