]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1809: more functions can be used as a method v8.1.1809
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Aug 2019 15:35:53 +0000 (17:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Aug 2019 15:35:53 +0000 (17:35 +0200)
commita74e4946de074d2916e3d6004f7fa1810d12dda9
tree7c9ef20c9c2b2aab3ce363697623e290a456ce6d
parente4ce825a55ad2445a212ce30837a3af566b7af6b
patch 8.1.1809: more functions can be used as a method

Problem:    More functions can be used as a method.
Solution:   Add has_key(), split(), str2list(), etc.
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_diffmode.vim
src/testdir/test_method.vim
src/testdir/test_syntax.vim
src/testdir/test_system.vim
src/version.c