1
0
forked from aniani/vim

updated for version 7.2a

This commit is contained in:
Bram Moolenaar
2008-06-24 21:56:24 +00:00
parent 3577c6fafb
commit 446cb837a0
142 changed files with 32097 additions and 15365 deletions

View File

@@ -36,7 +36,7 @@ void nbdb(char *, ...);
void nbtrace(char *, ...);
static int lookup(char *);
#ifndef FEAT_GUI_W32
#ifdef USE_NB_ERRORHANDLER
static int errorHandler(Display *, XErrorEvent *);
#endif
@@ -92,6 +92,9 @@ nbdebug_log_init(
} else {
nb_dlevel = NB_TRACE; /* default level */
}
#ifdef USE_NB_ERRORHANDLER
XSetErrorHandler(errorHandler);
#endif
}
} /* end nbdebug_log_init */
@@ -166,7 +169,7 @@ lookup(
} /* end lookup */
#ifndef FEAT_GUI_W32
#ifdef USE_NB_ERRORHANDLER
static int
errorHandler(
Display *dpy,