1
0
forked from aniani/vim
Files
vim/runtime
goweol 6e5ab2b994 man.vim: Uniformly place cursor at the same column with Ctrl-t (#12608)
Functions col and cursor count each tab (0x9) as a byte, and
are complementary. On the other hand, the | command motion
takes into consideration how many screen columns a tab does
occupy and may move cursor to a column closer to the start
of line than col would report at that position.

The provided changes prefer the cursor function to the | command.

Co-authored-by: Aliaksei Budavei <0x000c70@gmail.com>
2023-08-17 23:12:42 +02:00
..
2022-07-01 18:45:04 +01:00
2023-02-02 13:59:48 +00:00
2022-06-25 18:01:32 +01:00
2022-06-25 18:01:32 +01:00