]> granicus.if.org Git - vim/commit
patch 8.2.5034: there is no way to get the byte index from a virtual column v8.2.5034
authorBram Moolenaar <Bram@vim.org>
Fri, 27 May 2022 20:58:00 +0000 (21:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 May 2022 20:58:00 +0000 (21:58 +0100)
commit5a6ec10cc80ab02eeff644ab19b82312630ea855
tree5014800ed4c174f1abe451009e6d3ab86261a698
parent968443efb5a2a1ed7e1084f2aff65a95f2d0a17b
patch 8.2.5034: there is no way to get the byte index from a virtual column

Problem:    There is no way to get the byte index from a virtual column.
Solution:   Add virtcol2col(). (Yegappan Lakshmanan, closes #10477,
            closes #10098)
runtime/doc/builtin.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/move.c
src/proto/move.pro
src/testdir/test_cursor_func.vim
src/version.c