commit | b559b302e0ecc6fced03d5201dc30f10cff7af0a | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sun May 15 13:08:02 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 15 13:08:02 2022 +0100 |
tree | 4b42965e1ce1153a1ec471de9c7e4dcef442e920 | |
parent | 395bd1f6d3edc9f7edb5d1f2d7deaf5a9e3ab93c [diff] [blame] |
patch 8.2.4957: text properties in a wrong position after a block change Problem: Text properties in a wrong position after a block change. Solution: Adjust the properties columns. (closes #10427)
diff --git a/src/version.c b/src/version.c index 821f368..711349a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4957, +/**/ 4956, /**/ 4955,