commit | ccae4672fd622f2feac8322be71b6e43e68dc4fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 15:09:57 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 15:09:57 2019 +0100 |
tree | ac94dc01665017c2e109546a1f0e09ab7e5df728 | |
parent | 6d3a1940be9d3f2b079f81baa9b19f839289b69e [diff] [blame] |
patch 8.1.0688: text properties are not restored by undo Problem: Text properties are not restored by undo. Solution: Also save text properties for undo.
diff --git a/src/version.c b/src/version.c index e9ceeb5..3edb146 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 688, +/**/ 687, /**/ 686,