commit | 33c8ca923ed6d5638fa98afabb2e25b5056dd47b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 02 18:00:27 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 02 18:00:27 2019 +0100 |
tree | 33e389557ab7b0a3e6478eb14d7d3547397da122 | |
parent | c85ffc9daba6f66d5958ae80249d26f7f81bfced [diff] [blame] |
patch 8.1.0681: text properties as not adjusted for deleted text Problem: Text properties as not adjusted for deleted text. Solution: Adjust text properties when backspacing to delete text.
diff --git a/src/version.c b/src/version.c index 8dcd56f..cd5e386 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 681, +/**/ 680, /**/ 679,