Problem: 7.4.592 breaks the netrw plugin, because the autocommands are
skipped.
Solution: Roll back the change.
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);
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 632,
/**/
631,
/**/