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:
committed by
Bram Moolenaar
parent
68ebcee023
commit
e84c773d42
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1595,
|
||||
/**/
|
||||
1594,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user