• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revisión7bc38b35f1e87c1749f157ef91b6cab86bfd9561 (tree)
Tiempo2006-06-23 01:19:31
Autorvimboss
Commitervimboss

Log Message

updated for version 7.0-026

Cambiar Resumen

Diferencia incremental

diff -r 2981ad79c362 -r 7bc38b35f1e8 src/os_unix.c
--- a/src/os_unix.c Thu Jun 22 16:03:05 2006 +0000
+++ b/src/os_unix.c Thu Jun 22 16:19:31 2006 +0000
@@ -5757,8 +5757,13 @@
57575757 int retval_int = 0;
57585758 int success = FALSE;
57595759
5760- /* Get a handle to the DLL module. */
5760+ /*
5761+ * Get a handle to the DLL module.
5762+ */
57615763 # if defined(USE_DLOPEN)
5764+ /* First clear any error, it's not cleared by the dlopen() call. */
5765+ (void)dlerror();
5766+
57625767 hinstLib = dlopen((char *)libname, RTLD_LAZY
57635768 # ifdef RTLD_LOCAL
57645769 | RTLD_LOCAL
diff -r 2981ad79c362 -r 7bc38b35f1e8 src/version.c
--- a/src/version.c Thu Jun 22 16:03:05 2006 +0000
+++ b/src/version.c Thu Jun 22 16:19:31 2006 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 26,
671+/**/
670672 25,
671673 /**/
672674 24,
Show on old repository browser