summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-03-22 13:20:43 +0100
committerBram Moolenaar <Bram@vim.org>2019-03-22 13:20:43 +0100
commit0a2f578e22de7e4d82075578afdd5fc2d2dd8134 (patch)
tree4edb367d670941ee30705c803b19e3318b98b692 /src/version.c
parent2ace1bd652211506b60faddb8243e48400c89492 (diff)
patch 8.1.1035: prop_remove() second argument is not optionalv8.1.1035
Problem: prop_remove() second argument is not optional. Solution: Fix argument count. Use "buf" instead of "curbuf". (closes #4147)
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 9114570f87..bee744e87d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1035,
+/**/
1034,
/**/
1033,