commit | 5a6ec10cc80ab02eeff644ab19b82312630ea855 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 27 21:58:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 27 21:58:00 2022 +0100 |
tree | 5014800ed4c174f1abe451009e6d3ab86261a698 | |
parent | 968443efb5a2a1ed7e1084f2aff65a95f2d0a17b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0d666a0..adfd87b 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5034, +/**/ 5033, /**/ 5032,