]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1722: Vim9: cannot assign a lambda to a variable of type function v8.2.1722
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Sep 2020 19:48:21 +0000 (21:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Sep 2020 19:48:21 +0000 (21:48 +0200)
commitdbd759309b4b6abea96b18d61770e100cf4264b5
tree712bab74dbb71b8b3e33ad39a30931718a723968
parent7f9c9c51a3680f120e1c3f2bb7239c9fa115b27f
patch 8.2.1722: Vim9: cannot assign a lambda to a variable of type function

Problem:    Vim9: cannot assign a lambda to a variable of type function.
Solution:   Allow for assigning a partial to a variable of type function.
            (Naruhiko Nishino, closes #6996)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9type.c