commit | 38f08e76acf7d21bb34cf8f79f0f82eb63cdc987 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 22:04:32 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 20 22:04:32 2019 +0100 |
tree | aa303c467edd65762eb39e19843d8112f035f164 | |
parent | 35856718881834a76225530d502c68fdec6584cf [diff] [blame] |
patch 8.1.0958: compiling weird regexp pattern is very slow Problem: Compiling weird regexp pattern is very slow. Solution: When reallocating post list increase size by 50%. (Kuang-che Wu, closes #4012) Make assert_inrange() accept float values.
diff --git a/src/version.c b/src/version.c index 5a3a53c..b2d76b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 958, +/**/ 957, /**/ 956,