summaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-06-16 11:19:22 +0000
committerBram Moolenaar <Bram@vim.org>2004-06-16 11:19:22 +0000
commited20346f0b81d1d89c22c9616abe8e47b4c17f08 (patch)
tree249992fe05850523ab4ed4bc8f66effc8a3251b9 /src/fileio.c
parent071d4279d6ab81b7187b48f3a0fc61e587b6db6c (diff)
Various changes
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 22339bf8e5..e8d4e27bbd 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -6060,12 +6060,9 @@ buf_check_timestamp(buf, focus)
}
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 @@ buf_check_timestamp(buf, focus)
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 @@ buf_check_timestamp(buf, focus)
}
}
already_warned = TRUE;
-# endif
}
vim_free(path);