From: Bram Moolenaar Date: Sun, 7 Oct 2007 13:45:08 +0000 (+0000) Subject: updated for version 7.1-137 X-Git-Tag: v7.1.137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af92ee8e89febb384c4f6a723c39b8db5d313bcd;p=vim updated for version 7.1-137 --- diff --git a/src/misc2.c b/src/misc2.c index 165b65bbe..19b99e2b4 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -1037,7 +1037,9 @@ free_all_mem() /* Free some global vars. */ vim_free(username); +# ifdef FEAT_CLIPBOARD vim_free(clip_exclude_prog); +# endif vim_free(last_cmdline); vim_free(new_last_cmdline); set_keep_msg(NULL, 0); diff --git a/src/version.c b/src/version.c index 9ab42f8b9..26d6b6cf8 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 137, /**/ 136, /**/