commit | 3ea38ef23944f3d49c126b94708e2d4a540bca42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 13:08:42 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 13:08:42 2010 +0100 |
tree | 8ad16afccc35444920b3a3ac6baae2f20e2a3fe2 | |
parent | f68f6562132c81f90638fe547a7591addbdfff3c [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 9e1227d..91a4685 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 332, +/**/ 331, /**/ 330,