commit | d877a5700fe9d5b92562514924549316382384aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 19:42:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 19:42:48 2021 +0200 |
tree | c7303173244d6eebffec7a7535fc9d2f97ce305c | |
parent | ce0b75711afb3ff260967a0843bca46ec09604b5 [diff] [blame] |
patch 8.2.2687: Vim9: cannot use "const" for global variable in :def function Problem: Vim9: cannot use "const" for global variable in :def function. Solution: Do allow using :const for a global variable. (closes #8030)
diff --git a/src/version.c b/src/version.c index 68949e0..0fb8bc3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2687, +/**/ 2686, /**/ 2685,