commit | 66b98854d86f641db036fd1e6cf20f7b8905344e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 11 19:15:52 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 11 19:15:52 2020 +0100 |
tree | 4d6f66d220b64b10c4dffe2d03acd5b46b001086 | |
parent | cee52204ca030ce7814844e4dab8b4ed897ba3cc [diff] [blame] |
patch 8.2.0372: prop_find() may not find text property at start of the line 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)
diff --git a/src/version.c b/src/version.c index eb76880..2bf4b24 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 372, +/**/ 371, /**/ 370,