commit | d0b1a09f44654bb5e29b09de1311845200f17d90 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Thu May 12 18:45:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 12 18:45:18 2022 +0100 |
tree | 49850d04a1a61b64980fa68e42c1156407cc22ba | |
parent | 39c46b43780ad00ea27a93d92aadd44753d4c3ea [diff] [blame] |
patch 8.2.4944: text properties are wrong after "cc" Problem: Text properties are wrong after "cc". (Axel Forsman) Solution: Pass the deleted byte count to inserted_bytes(). (closes #10412, closes #7737, closes #5763)
diff --git a/src/version.c b/src/version.c index 0ebc9cb..e2b8c34 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4944, +/**/ 4943, /**/ 4942,