summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-08-01 19:28:15 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-01 19:28:15 +0200
commit0d4d9ee9bb18f89d76c67f037baebe2c2db545f0 (patch)
tree7063335b7972eb55ac85bfa000f388550c485bc2 /src/version.c
parentf78da4f9d6daf1907e4ce4be74146375dbd9a546 (diff)
downloadvim-git-8.2.3270.tar.gz
patch 8.2.3270: prop_find() finds property with ID -2v8.2.3270
Problem: prop_find() finds property with ID -2. Solution: Use a separate flag to indicate an ID was specified. (issue #8674)
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 e1e1f8310..3f2266361 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3270,
+/**/
3269,
/**/
3268,