]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1606 v7.4.1606
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Mar 2016 17:52:29 +0000 (18:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Mar 2016 17:52:29 +0000 (18:52 +0100)
commit953cc7fb139dc2ba8590f8b03a095b63f4e1208f
tree46c1f330596b30fc64f29380c2cd4d2e6489fa56
parent3905e291fe4375ca5c59efa9ffcb01a39c7be3a9
patch 7.4.1606
Problem:    Having type() handle a Funcref that is or isn't a partial
            differently causes problems for existing scripts.
Solution:   Make type() return the same value. (Thinca)
src/eval.c
src/testdir/test_viml.vim
src/version.c