commit | dc4c2309f2af347068edd60548269018f476dab9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 25 13:54:42 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 25 13:54:42 2021 +0200 |
tree | 7a2daa30f2b5c2171b5f470688c6ceb87ae271d1 | |
parent | 730bf300202d82eff575581abc915b804275f18d [diff] [blame] |
patch 8.2.2809: Vim9: :def function compilation fails when using :legacy Problem: Vim9: :def function compilation fails when using :legacy. Solution: Reset CMOD_LEGACY when compiling a function. (closes #8137)
diff --git a/src/version.c b/src/version.c index 4b0b1cc..d235e94 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2809, +/**/ 2808, /**/ 2807,