commit | 637cd7d1c9fa0ee47951ccdc310a388cb7ecfada | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 19:06:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 19:06:23 2020 +0200 |
tree | bb0b8c23baf8d9b2737debc0c769d0f070c4472d | |
parent | 6c4bfe4b31e8c5d3c4809536ab6e4835d50f0f67 [diff] [blame] |
patch 8.2.1283: Vim9: error for misplaced -> lacks argument Problem: Vim9: error for misplaced -> lacks argument. Solution: Use the pointer before it was advanced.
diff --git a/src/version.c b/src/version.c index 4ef3051..ab41071 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1283, +/**/ 1282, /**/ 1281,