commit | e32c3c462ce9b3163a4a4bffd985897910885d29 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 18:26:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 15 18:26:04 2022 +0000 |
tree | 92ade56bf13a5d7fe440e20f3e35e57250f19b29 | |
parent | 069613c9e8645acea3a128c15ebdbf56e2219d44 [diff] [blame] |
patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping Problem: Vim9: cannot use Vim9 syntax in mapping. Solution: Add <ScriptCmd> to use the script context for a command.
diff --git a/src/version.c b/src/version.c index 879a0e8..5bf6df4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4099, +/**/ 4098, /**/ 4097,