summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-04-01 18:59:07 +0000
committervimboss <devnull@localhost>2008-04-01 18:59:07 +0000
commit67c8fc805c42f14145813115ea87a8c229902b9c (patch)
tree77c2cef6ff3410549c16eaf2d885968416071b83
parent0c00cd352e59a2e43c8f69c9d7d177411e86f289 (diff)
downloadvim-67c8fc805c42f14145813115ea87a8c229902b9c.tar.gz
updated for version 7.1-291v7.1.291v7-1-291
-rw-r--r--src/if_cscope.c4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index 376e2a69..00195595 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -2163,7 +2163,7 @@ cs_release_csp(i, freefnpp)
waitpid_errno = errno;
if (pid != 0)
break; /* break unless the process is still running */
- mch_delay(50, FALSE); /* sleep 50 ms */
+ mch_delay(50L, FALSE); /* sleep 50 ms */
}
# endif
/*
@@ -2198,7 +2198,7 @@ cs_release_csp(i, freefnpp)
alive = FALSE; /* cscope process no longer exists */
break;
}
- mch_delay(50, FALSE); /* sleep 50ms */
+ mch_delay(50L, FALSE); /* sleep 50ms */
}
}
if (alive)
diff --git a/src/version.c b/src/version.c
index 5a3c77d6..ee03f3c8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 291,
+/**/
290,
/**/
289,