]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-229 v7.2.229
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2009 10:20:22 +0000 (10:20 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2009 10:20:22 +0000 (10:20 +0000)
src/os_unix.c
src/version.c

index 591b49c91210e7428902e9b010d81c23e5dca73f..102b654a7c0748cb1046363c9e3ecd906d16e64f 100644 (file)
@@ -1138,10 +1138,10 @@ mch_suspend()
      * to happen).
      */
     {
-       long wait;
-       for (wait = 0; !sigcont_received && wait <= 3L; wait++)
+       long wait_time;
+       for (wait_time = 0; !sigcont_received && wait_time <= 3L; wait_time++)
            /* Loop is not entered most of the time */
-           mch_delay(wait, FALSE);
+           mch_delay(wait_time, FALSE);
     }
 # endif
 
index 250bf2d863d20a6811e44e19191765fd408b5819..068f56f91989e2d07dae79e7fe0cd4ae2e3b0d29 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    229,
 /**/
     228,
 /**/