commit | 30805a1aba0067cf0087f9a0e5c184562433e2e7 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Sat May 27 22:22:10 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 27 22:22:10 2023 +0100 |
tree | fb230c3a843711b3cb0369ef275f3377a8154c09 | |
parent | 1ba0b9e36f36926a7675b31efeda7d3e495c9157 [diff] [blame] |
patch 9.0.1585: weird use of static variables for spell checking Problem: Weird use of static variables for spell checking. Solution: Move the variables to a structure and pass them from win_update() to win_line(). (Luuk van Baal, closes #12448)
diff --git a/src/version.c b/src/version.c index b23d066..27e558a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1585, +/**/ 1584, /**/ 1583,