]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.452 v7.4.452
authorBram Moolenaar <Bram@vim.org>
Fri, 19 Sep 2014 20:05:53 +0000 (22:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 19 Sep 2014 20:05:53 +0000 (22:05 +0200)
Problem:    Can't build with tiny features. (Tony Mechelynck)
Solution:   Use "return" instead of "break".

src/ex_cmds.c
src/version.c

index 4ae996c94483e5efc9c23582fc5feca0a84b71e7..afc215459cb51ff20e29f8aedf1abb11fad873e1 100644 (file)
@@ -5900,7 +5900,7 @@ erret:
 }
 
 /*
- * ":helpclose": Close the help window
+ * ":helpclose": Close one help window
  */
     void
 ex_helpclose(eap)
@@ -5913,7 +5913,7 @@ ex_helpclose(eap)
        if (win->w_buffer->b_help)
        {
            win_close(win, FALSE);
-           break;
+           return;
        }
     }
 }
index fa2ced9bc41c5262465d5b4b86f669cf68d3b03a..902302e7916c07c665ff08082ab3f09970e3886a 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    452,
 /**/
     451,
 /**/