commit | 5ca5cc6412d7d68fd380926f9551a8b7ba335199 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 24 21:56:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 24 21:56:03 2021 +0200 |
tree | 8f45b217f46ee530fe145ec9912305cc4aa6d165 | |
parent | 60faf8656e1a100778bf7cd4d305380fb852d540 [diff] [blame] |
patch 8.2.3371: Vim9: :$ENV cannot be followed by ->func() in next line Problem: Vim9: :$ENV cannot be followed by ->func() in next line. Solution: Use "$ENV" as the start of an expression. (closes #8790)
diff --git a/src/version.c b/src/version.c index c5142d2..6e7dd93 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3371, +/**/ 3370, /**/ 3369,