]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-053 v7.1.053
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Aug 2007 17:20:43 +0000 (17:20 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Aug 2007 17:20:43 +0000 (17:20 +0000)
src/message.c
src/version.c

index 9c574916353bbac032d3093be2a6b1357a1b6342..609922a2f2b721d3afc8dc5ed8b6df820742879f 100644 (file)
@@ -1842,7 +1842,7 @@ msg_puts_display(str, maxlen, attr, recurse)
     int                wrap;
 
     did_wait_return = FALSE;
-    while (*s != NUL && (maxlen < 0 || (int)(s - str) < maxlen))
+    while ((maxlen < 0 || (int)(s - str) < maxlen) && *s != NUL)
     {
        /*
         * We are at the end of the screen line when:
index 96b11d06182a814f8c53eb9fa7c0f82e1f7010d3..7663fc67f0ed6860f09d85c8def6bd374b8ebcc3 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    53,
 /**/
     52,
 /**/