commit | 4164bb204e97a2ff3d6c43cba779bdff9e853892 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 23:09:49 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 23:09:49 2019 +0100 |
tree | 133f8b60bbd378847ac6832630b3b9a238774214 | |
parent | 21b5038e02306ce2fd438249055eed372befe51f [diff] [blame] |
patch 8.1.0691: text properties are not adjusted for :substitute Problem: Text properties are not adjusted for :substitute. Solution: Adjust text properties as well as possible.
diff --git a/src/version.c b/src/version.c index 8e14a2e..144c9ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 691, +/**/ 690, /**/ 689,