1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-12-26 15:00:07 +00:00
parent 9c23f9bb5f
commit 71c41255f6
3 changed files with 11 additions and 6 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3903,
/**/
3902,
/**/