commit | ecafcc15ca92ecb9c6b41dbb3b0fcdf89c9eff69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 20:41:51 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 20:41:51 2019 +0100 |
tree | c9b4e5ecf302b46bfa77fa64cf242932df84e080 | |
parent | a37cb55da6ba44c5e85a22b03a91e1b663aceddf [diff] [blame] |
patch 8.1.2308: deleting text before zero-width textprop removes it Problem: Deleting text before zero-width textprop removes it. Solution: Keep zero-width textprop when deleting text.
diff --git a/src/version.c b/src/version.c index a682517..00aa9e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2308, +/**/ 2307, /**/ 2306,