commit | dbd759309b4b6abea96b18d61770e100cf4264b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 21 21:48:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 21 21:48:21 2020 +0200 |
tree | 712bab74dbb71b8b3e33ad39a30931718a723968 | |
parent | 7f9c9c51a3680f120e1c3f2bb7239c9fa115b27f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 29199d2..7cc9e7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1722, +/**/ 1721, /**/ 1720,