0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0077

This commit is contained in:
Bram Moolenaar
2005-05-31 22:05:58 +00:00
parent d6ec8454b0
commit 8b044b3264
5 changed files with 212 additions and 8 deletions

View File

@@ -1056,11 +1056,14 @@ do_cmdline(cmdline, getline, cookie, flags)
if (p_verbose >= 15 && sourcing_name != NULL)
{
++no_wait_return;
msg_scroll = TRUE; /* always scroll up, don't overwrite */
verbose_enter_scroll();
smsg((char_u *)_("line %ld: %s"),
(long)sourcing_lnum, cmdline_copy);
msg_puts((char_u *)"\n"); /* don't overwrite this either */
cmdline_row = msg_row;
if (msg_silent == 0)
msg_puts((char_u *)"\n"); /* don't overwrite this */
verbose_leave_scroll();
--no_wait_return;
}