]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-138 v7.1.138
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Oct 2007 08:47:27 +0000 (08:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Oct 2007 08:47:27 +0000 (08:47 +0000)
src/if_perl.xs
src/version.c

index 2e27fed24a4dd37e30ffcdece35e702fb9f96f62..acf7f86d8fa778f315ec453ee7e75032bd7d5173 100644 (file)
@@ -445,13 +445,13 @@ msg_split(s, attr)
     char *next;
     char *token = (char *)s;
 
-    while ((next = strchr(token, '\n')))
+    while ((next = strchr(token, '\n')) && !got_int)
     {
        *next++ = '\0';                 /* replace \n with \0 */
        msg_attr((char_u *)token, attr);
        token = next;
     }
-    if (*token)
+    if (*token && !got_int)
        msg_attr((char_u *)token, attr);
 }
 
index 26d6b6cf862d4cf0c6d548300396b07e8a373532..ce42fbc4ab288686b70472ceb9dcec6ebb4eb908 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    138,
 /**/
     137,
 /**/