summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-27 21:58:00 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-27 21:58:00 +0100
commit5a6ec10cc80ab02eeff644ab19b82312630ea855 (patch)
tree5014800ed4c174f1abe451009e6d3ab86261a698 /src/version.c
parent968443efb5a2a1ed7e1084f2aff65a95f2d0a17b (diff)
patch 8.2.5034: there is no way to get the byte index from a virtual columnv8.2.5034
Problem: There is no way to get the byte index from a virtual column. Solution: Add virtcol2col(). (Yegappan Lakshmanan, closes #10477, closes #10098)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0d666a0a64..adfd87b3d8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 5034,
+/**/
5033,
/**/
5032,