summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-23 19:06:23 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-23 19:06:23 +0200
commit637cd7d1c9fa0ee47951ccdc310a388cb7ecfada (patch)
treebb0b8c23baf8d9b2737debc0c769d0f070c4472d /src/version.c
parent6c4bfe4b31e8c5d3c4809536ab6e4835d50f0f67 (diff)
patch 8.2.1283: Vim9: error for misplaced -> lacks argumentv8.2.1283
Problem: Vim9: error for misplaced -> lacks argument. Solution: Use the pointer before it was advanced.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4ef305162e..ab410712a5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1283,
+/**/
1282,
/**/
1281,