comparison 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
comparison
equal deleted inserted replaced
5740:d2ef98a43b5d 5741:f069a3a0f844
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 215,
737 /**/ 739 /**/
738 214, 740 214,
739 /**/ 741 /**/
740 213, 742 213,
741 /**/ 743 /**/