]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-137 v7.1.137
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2007 13:45:08 +0000 (13:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Oct 2007 13:45:08 +0000 (13:45 +0000)
src/misc2.c
src/version.c

index 165b65bbea1faea815dd42743bb58e75fc568869..19b99e2b460073a91ab07c1c549e456404408fd1 100644 (file)
@@ -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);
index 9ab42f8b9dd839c92fc11a68a36d93481542ff46..26d6b6cf862d4cf0c6d548300396b07e8a373532 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    137,
 /**/
     136,
 /**/