forked from aniani/vim
updated for version 7.4.632
Problem: 7.4.592 breaks the netrw plugin, because the autocommands are skipped. Solution: Roll back the change.
This commit is contained in:
parent
4a42710695
commit
eaa330e8e9
@ -3530,14 +3530,6 @@ do_ecmd(fnum, ffname, sfname, eap, newlnum, flags, oldwin)
|
|||||||
check_fname() == FAIL)
|
check_fname() == FAIL)
|
||||||
goto theend;
|
goto theend;
|
||||||
|
|
||||||
#ifdef FEAT_QUICKFIX
|
|
||||||
/* ":e foobar" when already editing "foobar" will reload the file.
|
|
||||||
* But when 'buftype' is "nofile" there is no file to load, so don't
|
|
||||||
* do anything. */
|
|
||||||
if (curbuf->b_p_bt[0] == 'n' && curbuf->b_p_bt[2] == 'f')
|
|
||||||
goto theend;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
oldbuf = (flags & ECMD_OLDBUF);
|
oldbuf = (flags & ECMD_OLDBUF);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
632,
|
||||||
/**/
|
/**/
|
||||||
631,
|
631,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user