diff src/version.c @ 28984:b3828315a0d9 v8.2.5014

patch 8.2.5014: byte offsets are wrong when using text properties Commit: https://github.com/vim/vim/commit/4c3d21acaa09d929e6afe10288babe1d0af3de35 Author: Paul Ollis <paul@cleversheep.org> Date: Tue May 24 21:26:37 2022 +0100 patch 8.2.5014: byte offsets are wrong when using text properties Problem: Byte offsets are wrong when using text properties. Solution: Make sure text properties do not affect the byte counts. (Paul Ollis, closes #10474)
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 May 2022 22:30:02 +0200
parents 5478246aa14b
children 560793de4032
line wrap: on
line diff
--- 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 */
 /**/
+    5014,
+/**/
     5013,
 /**/
     5012,