commit | 71c41255f6a074c4df4dc6f9e97d347e565253a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 26 15:00:07 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 26 15:00:07 2021 +0000 |
tree | 147088eef2978684982cd3db6993e36722e6f69c | |
parent | 9c23f9bb5fe435b28245ba8ac65aa0ca6b902c04 [diff] [blame] |
patch 8.2.3903: "gM" does not count tabs as expected Problem: "gM" does not count tabs as expected. Solution: Use linetabsize() instead of mb_string2cells(). (closes #9409)
diff --git a/src/version.c b/src/version.c index 55ddb06..7d5d6b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3903, +/**/ 3902, /**/ 3901,