commit | b6cb26ffe1795ae62d8235960dccf517c2b2ed45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 07 21:34:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 07 21:34:37 2019 +0200 |
tree | 86e36ea9c0048cc5fc88a85254200eb25c6cada0 | |
parent | 9ce3fa828d238ff28d57b0092bb37575e20010ec [diff] [blame] |
patch 8.1.1289: may not have enough space to add "W" to search stats Problem: May not have enough space to add "W" to search stats. Solution: Reserve a bit more space. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index fb1235c..99bfb98 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1289, +/**/ 1288, /**/ 1287,