commit | 8902b31f1b31c117915defc23ac45cdc1f5c671b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 21:04:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 20 21:04:35 2020 +0200 |
tree | e2c7dd046e68cd28bbf8a7b5959069be7294161d | |
parent | 7795bfea6d30c85f2c05d986a0cfe4019df4d74d [diff] [blame] |
patch 8.2.1714: text properties corrupted with substitute command Problem: Text properties corrupted with substitute command. (Filipe Brandenburger) Solution: Get the changed line again after using u_savesub(). (closes #6984)
diff --git a/src/version.c b/src/version.c index a7def1b..7031d7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1714, +/**/ 1713, /**/ 1712,