]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1595: line pointer becomes invalid when using spell checking v9.0.1595
authorLuuk van Baal <luukvbaal@gmail.com>
Wed, 31 May 2023 17:57:36 +0000 (18:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 31 May 2023 17:57:36 +0000 (18:57 +0100)
commite84c773d42e8b6ef0f8ae9b6c7312e0fd47909af
tree451c2f6769fb90c496219d08413b146d154938cb
parent68ebcee0237d927dd5386073499162389d4d708a
patch 9.0.1595: line pointer becomes invalid when using spell checking

Problem:    Line pointer becomes invalid when using spell checking.
Solution:   Call ml_get() at the right places. (Luuk van Baal, closes #12456)
src/drawline.c
src/drawscreen.c
src/testdir/dumps/Test_spell_10.dump [new file with mode: 0644]
src/testdir/dumps/Test_spell_9.dump [new file with mode: 0644]
src/testdir/test_spell.vim
src/version.c