summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-11 19:15:52 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-11 19:15:52 +0100
commit66b98854d86f641db036fd1e6cf20f7b8905344e (patch)
tree4d6f66d220b64b10c4dffe2d03acd5b46b001086 /src/version.c
parentcee52204ca030ce7814844e4dab8b4ed897ba3cc (diff)
downloadvim-git-66b98854d86f641db036fd1e6cf20f7b8905344e.tar.gz
patch 8.2.0372: prop_find() may not find text property at start of the linev8.2.0372
Problem: Prop_find() may not find text property at start of the line. Solution: Adjust the loop to find properties. (Axel Forsman, closes #5761, closes #5663)
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 eb76880dc..2bf4b24aa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 372,
+/**/
371,
/**/
370,