diff src/version.c @ 24130:c3d1f65365c4 v8.2.2606

patch 8.2.2606: strchars() defaults to counting composing characters Commit: https://github.com/vim/vim/commit/70ce8a1561c5396e4c4381f76a005cbb97646f80 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 14 19:02:09 2021 +0100 patch 8.2.2606: strchars() defaults to counting composing characters Problem: strchars() defaults to counting composing characters. Solution: Add strcharlen() which ignores composing characters.
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Mar 2021 19:15:03 +0100
parents fcbb1d4df15b
children 512f48dc7100
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2606,
+/**/
     2605,
 /**/
     2604,