diff src/version.c @ 29649:a3a966b8b7a7 v9.0.0165

patch 9.0.0165: looking up a text property type by ID is slow Commit: https://github.com/vim/vim/commit/e44336b00a6c51bef904450a8012e4982e38ba2d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 7 18:20:08 2022 +0100 patch 9.0.0165: looking up a text property type by ID is slow Problem: Looking up a text property type by ID is slow. Solution: Keep an array of property types sorted on ID.
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Aug 2022 19:30:03 +0200
parents d564107db756
children 23dceecc0bf8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    165,
+/**/
     164,
 /**/
     163,