1
0
forked from aniani/vim

updated for version 7.4.140

Problem:    Crash when wiping out buffer triggers autocommand that wipes out
            only other buffer.
Solution:   Do not delete the last buffer, make it empty. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2014-01-10 16:43:14 +01:00
parent bd2dc34774
commit a02471e295
2 changed files with 56 additions and 26 deletions

View File

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