]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-123 v7.2.123
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Feb 2009 22:43:27 +0000 (22:43 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Feb 2009 22:43:27 +0000 (22:43 +0000)
src/getchar.c
src/version.c

index 081368d028f3c497465f1e7829a420340054229e..0947f35feb68dc158ee3ea532f202df8c1975959 100644 (file)
@@ -3816,7 +3816,11 @@ showmap(mp, local)
     int len = 1;
 
     if (msg_didout || msg_silent != 0)
+    {
        msg_putchar('\n');
+       if (got_int)        /* 'q' typed at MORE prompt */
+           return;
+    }
     if ((mp->m_mode & (INSERT + CMDLINE)) == INSERT + CMDLINE)
        msg_putchar('!');                       /* :map! */
     else if (mp->m_mode & INSERT)
index d324ae37848ef6cc99504a4a9560f7ced568a89d..5d775b4cbfb70d35a9120a11cc98ca0cf3d65f74 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    123,
 /**/
     122,
 /**/