]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1986: more functions can be used as methods v8.1.1986
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 19:57:18 +0000 (21:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 19:57:18 +0000 (21:57 +0200)
commita5a7882ea4a21944924b778208e1d54734891033
tree4a65d762e9c89943a98f0934f21202c47897f42d
parent26262f87770d3a1a68b09a70152d75c2e2ae186f
patch 8.1.1986: more functions can be used as methods

Problem:    More functions can be used as methods.
Solution:   Make textprop functions usable as a method.
runtime/doc/textprop.txt
src/evalfunc.c
src/testdir/test_textprop.vim
src/version.c