1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2014-03-25 13:03:48 +01:00
parent 03305f396f
commit 7b44934037
3 changed files with 17 additions and 6 deletions

View File

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