diff src/version.c @ 5741:f069a3a0f844 v7.4.215

updated for version 7.4.215 Problem: Inconsistency: ":sp foo" does not reload "foo", unless "foo" is the current buffer. (Liang Li) Solution: Do not reload the current buffer on a split command.
author Bram Moolenaar <bram@vim.org>
date Tue, 25 Mar 2014 13:03:48 +0100
parents fe02fdfbdec0
children bf1775553d3b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    215,
+/**/
     214,
 /**/
     213,