]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0894: :mkspell can take very long if the word count is high v8.2.0894
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Jun 2020 18:51:11 +0000 (20:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Jun 2020 18:51:11 +0000 (20:51 +0200)
commit59f88fbf24b21dbae114a79a15695fa2c3a09fca
tree372a589ef7ca3ec105bf8055909d407c1321bf58
parentfb517bac2384798bb5142ed1f75f965f93984c0a
patch 8.2.0894: :mkspell can take very long if the word count is high

Problem:    :mkspell can take very long if the word count is high.
Solution:   Use long to avoid negative numbers.  Increase the limits by 20% if
            the compression did not have effect.
src/spellfile.c
src/version.c