commit | 4301a729eabafee388aaf8465cf780d3f84cec95 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 20:51:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 20:51:08 2020 +0200 |
tree | 3bf92f62322d26a37ea27ec75fe5bda1d16fc6a7 | |
parent | f7c4d83609acdfe0e4d0fec9413697ac97c0c3f9 [diff] [blame] |
patch 8.2.1421: Vim9: handling "+" and "-" before number differs from script Problem: Vim9: handling "+" and "-" before number differs from Vim script. Solution: Use the same sequence of commands.
diff --git a/src/version.c b/src/version.c index a31436b..7411bc0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1421, +/**/ 1420, /**/ 1419,