]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1581 v7.4.1581
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Mar 2016 20:40:30 +0000 (21:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Mar 2016 20:40:30 +0000 (21:40 +0100)
commit65639032bb7b17996cd255d1508a1df4ad528a1f
treec401708b24d875fb01cc3bdd5989a0f271ad652c
parent7a5c46a9df7ef01a4f6a620861c35400d5ad28d9
patch 7.4.1581
Problem:    Using ":call dict.func()" where the function is a partial does
            not work.  Using "dict.func()" where the function does not take a
            Dictionary does not work.
Solution:   Handle partial properly in ":call". (Yasuhiro Matsumoto)
src/eval.c
src/testdir/test55.ok
src/testdir/test_partial.vim
src/version.c