]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1982: more functions can be used as methods v8.1.1982
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 16:15:19 +0000 (18:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Sep 2019 16:15:19 +0000 (18:15 +0200)
commit6a124e622cfe52619781c6a02119177a44d09210
treecce9965defdf07591d00ff9d6bcd0aeaebe1a316
parent08c308aeb5e7dfa18fa61f261b0bff79517a4883
patch 8.1.1982: more functions can be used as methods

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