commit | 7c5ad34878a338f1db57337b5ca9f68c0c39424e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 15:48:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 12 15:48:55 2020 +0200 |
tree | 992b72f71fd9a2d9263758c8fd6fee60d5f88aaa | |
parent | a177344dc0c337e5b272c1c59d13964a8318bcfa [diff] [blame] |
patch 8.2.1427: Vim9: cannot use a range with marks in :def function Problem: Vim9: cannot use a range with marks in :def function. Solution: Parse range after colon. (closes #6686)
diff --git a/src/version.c b/src/version.c index 6edd5ec..63c9c3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1427, +/**/ 1426, /**/ 1425,