commit | 7de62623735d228c8f81f6ac8309fe4922822cb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 15:05:47 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 15:05:47 2021 +0200 |
tree | 136ce2332059e414aa758d1fab6c0dbf673b9fca | |
parent | 1b154ea121d8374a129c3e30d50fa9742cd5faa1 [diff] [blame] |
patch 8.2.3307: Vim9: :echoconsole cannot access local variables Problem: Vim9: :echoconsole cannot access local variables. Solution: Handle like other :echo commands. (closes #8708)
diff --git a/src/version.c b/src/version.c index 652372d..9d5ede5 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3307, +/**/ 3306, /**/ 3305,