]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1585: weird use of static variables for spell checking v9.0.1585
authorLuuk van Baal <luukvbaal@gmail.com>
Sat, 27 May 2023 21:22:10 +0000 (22:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 May 2023 21:22:10 +0000 (22:22 +0100)
commit30805a1aba0067cf0087f9a0e5c184562433e2e7
treefb230c3a843711b3cb0369ef275f3377a8154c09
parent1ba0b9e36f36926a7675b31efeda7d3e495c9157
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)
src/drawline.c
src/drawscreen.c
src/proto/drawline.pro
src/structs.h
src/version.c