commit | 279d733dfb838cbabe88c8b8d3549d1493a49bbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 27 11:42:50 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 27 11:42:50 2021 +0000 |
tree | f542d7c6ae5d08085afa72cc3de07b2ec227f3d5 | |
parent | 6304be625ce44dcfedc6735164d0b853578581c8 [diff] [blame] |
patch 8.2.3683: Vim9: cannot use in :...do commands Problem: Vim9: cannot use in :...do commands. Solution: Add EX_EXPAND to the commands. (closes #9232)
diff --git a/src/version.c b/src/version.c index f328f83..7361d90 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3683, +/**/ 3682, /**/ 3681,