1
0
forked from aniani/vim

patch 7.4.2006

Problem:    Crash when using tabnext in BufUnload autocmd. (Norio Takagi)
Solution:   First check that the current buffer is the right one. (Hirohito
            Higashi)
This commit is contained in:
Bram Moolenaar
2016-07-09 15:21:02 +02:00
parent ee1deb4a00
commit 30445cb6e9
3 changed files with 34 additions and 13 deletions

View File

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