commit | 0d534d9cf2ae95fc85ef7fe048d9ff590586a6a6 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sat May 21 11:20:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 21 11:20:42 2022 +0100 |
tree | 86874373cae236c7ed6a795a45234c66321fcdba | |
parent | 3fcccf94e8bc142d2c79c3b62087145896df6b36 [diff] [blame] |
patch 8.2.4988: textprop in wrong position when replacing multi-byte chars Problem: Textprop in wrong position when replacing multi-byte chars. Solution: Adjust textprop position. (closes #10461)
diff --git a/src/version.c b/src/version.c index 708f4a8..ec25334 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4988, +/**/ 4987, /**/ 4986,