commit | ab36e6ae7b87b0295fb19270e4339a734875c6b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 16:14:49 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 16:14:49 2021 +0000 |
tree | f049630a28f6c7967eafd5220f43a7ff23b79123 | |
parent | 53ba95e4f0a82f6dab1791bb01f6cddc9b3f61b3 [diff] [blame] |
patch 8.2.3704: Vim9: cannot use a list declaration in a :def function Problem: Vim9: cannot use a list declaration in a :def function. Solution: Make it work.
diff --git a/src/version.c b/src/version.c index a190af5..32efc5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3704, +/**/ 3703, /**/ 3702,