commit | e44336b00a6c51bef904450a8012e4982e38ba2d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 18:20:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 18:20:08 2022 +0100 |
tree | 5e8df54b284819efc51aacc908d0b56de7ab69df | |
parent | c390cc13e55b25d85a0684aa1becde881ef8ab19 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index be59f1b..bccf787 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 165, +/**/ 164, /**/ 163,