commit | 408c23b0794540ee3c568a1569f21406c5ed3ab8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 03 22:15:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 03 22:15:45 2020 +0200 |
tree | eddb422be576c37d2f56c9213875f2d173e3d6aa | |
parent | 59f88fbf24b21dbae114a79a15695fa2c3a09fca [diff] [blame] |
patch 8.2.0895: :mkspell output does not mention the tree type Problem: :mkspell output does not mention the tree type. Solution: Back out increasing the limits, it has no effect. Mention the tree being compressed. Only give a message once per second.
diff --git a/src/version.c b/src/version.c index e270882..801069b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 895, +/**/ 894, /**/ 893,