0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.4.596

Problem:    Tiny build doesn't compile.  (Ike Devolder)
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2015-01-27 13:33:23 +01:00
parent 322a24af83
commit 932d88662f
2 changed files with 4 additions and 0 deletions

View File

@@ -3530,11 +3530,13 @@ do_ecmd(fnum, ffname, sfname, eap, newlnum, flags, oldwin)
check_fname() == FAIL)
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);
}

View File

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