commit | 09d9421b673366e5f6e56fbf74204a1c316fdea2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 05 15:20:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 15:20:03 2022 +0100 |
tree | d91eaa357364eae3ba7321ca34b4ea257f0142c3 | |
parent | f3b4895f2727e3849ca10030b251cccd9d1383f3 [diff] [blame] |
patch 8.2.4871: Vim9: in :def function no error for misplaced range Problem: Vim9: in :def function no error for using a range with a command that does not accept one. Solution: Check for the command to accept a range. (closes #10330)
diff --git a/src/version.c b/src/version.c index 3f7825e..f0269e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4871, +/**/ 4870, /**/ 4869,