commit | 7d840e9ac7529ec144e103d2a13abce8aa8c1ff1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 26 21:10:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 26 21:10:11 2021 +0200 |
tree | b3967f76a4c1d5cbd20e647478ea5c9c079a451a | |
parent | 4c8e8c6e19b75d632b042aa0ba0a2ab769b2162e [diff] [blame] |
patch 8.2.2888: Vim9: "k" command recognized in Vim9 script Problem: Vim9: "k" command recognized in Vim9 script. Solution: Do not recognize "k" or "s" and "d" with flags.
diff --git a/src/version.c b/src/version.c index a6ab4cf..7902d3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2888, +/**/ 2887, /**/ 2886,