diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    140,
+/**/
     139,
 /**/
     138,