Various changes
diff --git a/src/fileio.c b/src/fileio.c
index 22339bf..e8d4e27 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -6060,12 +6060,9 @@
}
else
{
-# ifdef VIMBUDDY
- VimBuddyText(tbuf + 9, 2);
-# else
-# ifdef FEAT_AUTOCMD
+# ifdef FEAT_AUTOCMD
if (!autocmd_busy)
-# endif
+# endif
{
msg_start();
msg_puts_attr(tbuf, hl_attr(HLF_E) + MSG_HIST);
@@ -6077,9 +6074,9 @@
if (emsg_silent == 0)
{
out_flush();
-# ifdef FEAT_GUI
+# ifdef FEAT_GUI
if (!focus)
-# endif
+# endif
/* give the user some time to think about it */
ui_delay(1000L, TRUE);
@@ -6088,7 +6085,6 @@
}
}
already_warned = TRUE;
-# endif
}
vim_free(path);