0
0
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:
Bram Moolenaar 2007-10-07 13:45:08 +00:00
parent 51f78b2a4c
commit af92ee8e89
2 changed files with 4 additions and 0 deletions

View File

@ -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);

View File

@ -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,
/**/ /**/