commit | 5d72ce69c8783fd8f1a0355c00806c5084010eec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 23:04:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 23:04:06 2020 +0200 |
tree | 557400c15d37c232cf6c4c8ff9be56775208df96 | |
parent | ec65d77fa26cc87f7ce54a5a941a799e3a667c50 [diff] [blame] |
patch 8.2.1500: Vim9: error when using address without a command Problem: Vim9: error when using address without a command. Solution: Execute the range itself. (closes #6747)
diff --git a/src/version.c b/src/version.c index d1c75a3..bd836e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1500, +/**/ 1499, /**/ 1498,