1
0
forked from aniani/vim

updated for version 7.3.511

Problem:    Using a FileReadCmd autocommand that does ":e! {file}" may cause a
            crash. (Christian Brabandt)
Solution:   Properly restore curwin->w_s.
This commit is contained in:
Bram Moolenaar
2012-04-30 17:04:52 +02:00
parent 9a7224b5a0
commit 7da9c37a17
2 changed files with 6 additions and 0 deletions

View File

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