commit | 3bd8de40b484d3617a19092d3cc036f8b4f3d51c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 16:37:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 16:37:34 2020 +0200 |
tree | b0ec9e16a8cfc27719141e162dce6fd7510266f5 | |
parent | d1f76afaf963be706697279ab0570ffcb8a1f2fc [diff] [blame] |
patch 8.2.1679: Vim9: ":*" is not recognized as a range Problem: Vim9: ":*" is not recognized as a range. Solution: Move recognizing "*" into skip_range(). (closes #6838)
diff --git a/src/version.c b/src/version.c index a59b82d..a04f93c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1679, +/**/ 1678, /**/ 1677,