1
0
forked from aniani/vim

updated for version 7.0-197

This commit is contained in:
Bram Moolenaar 2007-02-20 01:59:20 +00:00
parent 0396ab0156
commit 85c79d30ff
3 changed files with 8 additions and 1 deletions

View File

@ -1075,7 +1075,7 @@ free_all_mem()
ResetRedobuff();
ResetRedobuff();
#ifdef FEAT_CLIENTSERVER
#if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11)
vim_free(serverDelayedStartName);
#endif

View File

@ -239,6 +239,11 @@ mch_exit(int r)
if (gui.in_use)
gui_exit(r);
#ifdef EXITFREE
free_all_mem();
#endif
exit(r);
}

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
197,
/**/
196,
/**/