commit | 4b93674159d60c985de906c30f45dbaf2b64056f | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Fri May 13 21:56:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 13 21:56:28 2022 +0100 |
tree | edadfc9892fc1ac0216f0753445464a3cb95c9ee | |
parent | 31ad32a325cc31f0f2bdd530c68bfb856a2187c5 [diff] [blame] |
patch 8.2.4950: text properties position wrong after shifting text Problem: Text properties position wrong after shifting text. Solution: Adjust the text properties when shifting a block of text. (closes #10418)
diff --git a/src/version.c b/src/version.c index d2cc322..8d3f2e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4950, +/**/ 4949, /**/ 4948,