1
0
forked from aniani/vim

updated for version 7.2.332

Problem:    Crash when spell correcting triggers an autocommand that reloads
            the buffer.
Solution:   Make a copy of the line to be modified. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2010-01-19 13:08:42 +01:00
parent f68f656213
commit 3ea38ef239
2 changed files with 10 additions and 3 deletions

View File

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