commit | 7f1664e392388fd38c8b154389167ad1bdedff66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 17:21:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 04 17:21:24 2019 +0100 |
tree | 67dfd4e63985d7680fd105fde54fca78f3ecdbcc | |
parent | ccae4672fd622f2feac8322be71b6e43e68dc4fc [diff] [blame] |
patch 8.1.0689: undo with text properties not tested Problem: Undo with text properties not tested. Solution: Add a test function.
diff --git a/src/version.c b/src/version.c index 3edb146..4b7c9ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 689, +/**/ 688, /**/ 687,