commit | e5a0e8c1d781aa3781b4f6167fc2cba1193213f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 21:37:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 09 21:37:55 2022 +0100 |
tree | 2c25f5fdde2a6ce9cd34a8d5f1de540ad3356b7a | |
parent | ef257e7bd1850f34dd54382222b0e7537cf234bf [diff] [blame] |
patch 9.0.0181: textprop test with line2byte() fails on MS-Windows Problem: Textprop test with line2byte() fails on MS-Windows. Solution: Fix updating chuncks in ml_delete_int().
diff --git a/src/version.c b/src/version.c index a7d3d07..4390497 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 181, +/**/ 180, /**/ 179,