mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-137
This commit is contained in:
parent
51f78b2a4c
commit
af92ee8e89
@ -1037,7 +1037,9 @@ free_all_mem()
|
|||||||
|
|
||||||
/* Free some global vars. */
|
/* Free some global vars. */
|
||||||
vim_free(username);
|
vim_free(username);
|
||||||
|
# ifdef FEAT_CLIPBOARD
|
||||||
vim_free(clip_exclude_prog);
|
vim_free(clip_exclude_prog);
|
||||||
|
# endif
|
||||||
vim_free(last_cmdline);
|
vim_free(last_cmdline);
|
||||||
vim_free(new_last_cmdline);
|
vim_free(new_last_cmdline);
|
||||||
set_keep_msg(NULL, 0);
|
set_keep_msg(NULL, 0);
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
137,
|
||||||
/**/
|
/**/
|
||||||
136,
|
136,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user