mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.2-123
This commit is contained in:
@@ -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)
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user