]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1490: number of spell regions is spread out through the code v8.0.1490
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Feb 2018 13:12:43 +0000 (14:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Feb 2018 13:12:43 +0000 (14:12 +0100)
commit2993ac5fce5450428322ce43aaa5e643e6994443
tree6128c7a3b1a76db62e8e7c89fa1cdf470c78f463
parent7254067ee970686cc3ff4a1effc3e49e9192a5c1
patch 8.0.1490: number of spell regions is spread out through the code

Problem:    Number of spell regions is spread out through the code.
Solution:   Define MAXREGIONS.
src/spell.h
src/spellfile.c
src/version.c