]> granicus.if.org Git - vim/commit
patch 8.2.3903: "gM" does not count tabs as expected v8.2.3903
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Dec 2021 15:00:07 +0000 (15:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Dec 2021 15:00:07 +0000 (15:00 +0000)
commit71c41255f6a074c4df4dc6f9e97d347e565253a1
tree147088eef2978684982cd3db6993e36722e6f69c
parent9c23f9bb5fe435b28245ba8ac65aa0ca6b902c04
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)
src/normal.c
src/testdir/test_normal.vim
src/version.c