mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.2-037
This commit is contained in:
@@ -2936,7 +2936,8 @@ mch_free_mem()
|
||||
}
|
||||
# endif
|
||||
# endif
|
||||
# ifdef FEAT_X11
|
||||
/* Don't close the display for GTK 1, it is done in exit(). */
|
||||
# if defined(FEAT_X11) && (!defined(FEAT_GUI_GTK) || defined(HAVE_GTK2))
|
||||
if (x11_display != NULL
|
||||
# ifdef FEAT_XCLIPBOARD
|
||||
&& x11_display != xterm_dpy
|
||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
37,
|
||||
/**/
|
||||
36,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user