0
0
mirror of https://github.com/vim/vim.git synced 2025-10-02 05:04:20 -04:00

updated for version 7.2.430

Problem:    The ++bad argument is handled wrong, resulting in an invalid
            memory access.
Solution:   Use the bad_char field only for the replacement character, add
            bad_char_idx to store the position. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2010-05-14 20:41:05 +02:00
parent 2efbc66e26
commit 9c0044df7c
4 changed files with 10 additions and 7 deletions

View File

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