mirror of
https://github.com/vim/vim.git
synced 2025-09-04 21:33:48 -04:00
updated for version 7.0-197
This commit is contained in:
parent
0396ab0156
commit
85c79d30ff
@ -1075,7 +1075,7 @@ free_all_mem()
|
|||||||
ResetRedobuff();
|
ResetRedobuff();
|
||||||
ResetRedobuff();
|
ResetRedobuff();
|
||||||
|
|
||||||
#ifdef FEAT_CLIENTSERVER
|
#if defined(FEAT_CLIENTSERVER) && defined(FEAT_X11)
|
||||||
vim_free(serverDelayedStartName);
|
vim_free(serverDelayedStartName);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -239,6 +239,11 @@ mch_exit(int r)
|
|||||||
|
|
||||||
if (gui.in_use)
|
if (gui.in_use)
|
||||||
gui_exit(r);
|
gui_exit(r);
|
||||||
|
|
||||||
|
#ifdef EXITFREE
|
||||||
|
free_all_mem();
|
||||||
|
#endif
|
||||||
|
|
||||||
exit(r);
|
exit(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
197,
|
||||||
/**/
|
/**/
|
||||||
196,
|
196,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user