comparison src/version.c @ 5586:505cf1943dc2 v7.4.140

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)
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Jan 2014 16:43:14 +0100
parents c8c80c9d2e22
children 2ca470c6096e
comparison
equal deleted inserted replaced
5585:8ce54730f806 5586:505cf1943dc2
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 140,
741 /**/ 743 /**/
742 139, 744 139,
743 /**/ 745 /**/
744 138, 746 138,
745 /**/ 747 /**/