• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revisão9e0174515abb6667a9e74e6fefc74ad50d7821d2 (tree)
Hora2008-04-02 03:59:07
Autorvimboss
Commitervimboss

Mensagem de Log

updated for version 7.1-291

Mudança Sumário

Diff

diff -r 3ee896333e3e -r 9e0174515abb src/if_cscope.c
--- a/src/if_cscope.c Tue Apr 01 15:14:36 2008 +0000
+++ b/src/if_cscope.c Tue Apr 01 18:59:07 2008 +0000
@@ -2163,7 +2163,7 @@
21632163 waitpid_errno = errno;
21642164 if (pid != 0)
21652165 break; /* break unless the process is still running */
2166- mch_delay(50, FALSE); /* sleep 50 ms */
2166+ mch_delay(50L, FALSE); /* sleep 50 ms */
21672167 }
21682168 # endif
21692169 /*
@@ -2198,7 +2198,7 @@
21982198 alive = FALSE; /* cscope process no longer exists */
21992199 break;
22002200 }
2201- mch_delay(50, FALSE); /* sleep 50ms */
2201+ mch_delay(50L, FALSE); /* sleep 50ms */
22022202 }
22032203 }
22042204 if (alive)
diff -r 3ee896333e3e -r 9e0174515abb src/version.c
--- a/src/version.c Tue Apr 01 15:14:36 2008 +0000
+++ b/src/version.c Tue Apr 01 18:59:07 2008 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 291,
671+/**/
670672 290,
671673 /**/
672674 289,
Show on old repository browser