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

Various changes

This commit is contained in:
Bram Moolenaar
2004-06-16 11:19:22 +00:00
parent 071d4279d6
commit ed20346f0b
21 changed files with 2897 additions and 2818 deletions

View File

@@ -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);