1
0
forked from aniani/vim

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)
This commit is contained in:
Luuk van Baal
2023-05-31 18:57:36 +01:00
committed by Bram Moolenaar
parent 68ebcee023
commit e84c773d42
6 changed files with 61 additions and 29 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1595,
/**/
1594,
/**/