0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1640

Problem:    Crash when an autocommand changes a quickfix list. (Dominique)
Solution:   Check wether an entry is still valid. (Yegappan Lakshmanan,
            Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2016-03-23 20:55:42 +01:00
parent 5f436fcf99
commit ffec3c5349
4 changed files with 95 additions and 4 deletions

View File

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