diff src/version.c @ 28931:b57caac54649 v8.2.4988

patch 8.2.4988: textprop in wrong position when replacing multi-byte chars Commit: https://github.com/vim/vim/commit/0d534d9cf2ae95fc85ef7fe048d9ff590586a6a6 Author: LemonBoy <thatlemon@gmail.com> Date: Sat May 21 11:20:42 2022 +0100 patch 8.2.4988: textprop in wrong position when replacing multi-byte chars Problem: Textprop in wrong position when replacing multi-byte chars. Solution: Adjust textprop position. (closes https://github.com/vim/vim/issues/10461)
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 May 2022 12:30:03 +0200
parents 2ac9beab876c
children a712ea475390
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4988,
+/**/
     4987,
 /**/
     4986,