0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.2-123

This commit is contained in:
Bram Moolenaar
2009-02-22 22:43:27 +00:00
parent 87e817c586
commit fa47a9218d
2 changed files with 6 additions and 0 deletions

View File

@@ -3816,7 +3816,11 @@ showmap(mp, local)
int len = 1; int len = 1;
if (msg_didout || msg_silent != 0) if (msg_didout || msg_silent != 0)
{
msg_putchar('\n'); msg_putchar('\n');
if (got_int) /* 'q' typed at MORE prompt */
return;
}
if ((mp->m_mode & (INSERT + CMDLINE)) == INSERT + CMDLINE) if ((mp->m_mode & (INSERT + CMDLINE)) == INSERT + CMDLINE)
msg_putchar('!'); /* :map! */ msg_putchar('!'); /* :map! */
else if (mp->m_mode & INSERT) else if (mp->m_mode & INSERT)

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
123,
/**/ /**/
122, 122,
/**/ /**/