commit | 2ebcc35826bc2deb04e5fc6d73332f55783e7f52 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Thu Jul 14 17:25:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 14 17:25:14 2022 +0100 |
tree | ed74fb14bfee6ec533d72ddd532f57bbf5109ed3 | |
parent | f754fe6a3d5384b5146c38a32db6da9d46e00c40 [diff] [blame] |
patch 9.0.0052: "zG" may throw an error if invalid character follows Problem: "zG" may throw an error if invalid character follows. Solution: Pass the word length to valid_spell_word(). (Ken Takata, closes #10737)
diff --git a/src/version.c b/src/version.c index a6a80b6..3c4e96c 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 52, +/**/ 51, /**/ 50,