summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2007-10-07 13:45:08 +0000
committervimboss <devnull@localhost>2007-10-07 13:45:08 +0000
commit3486afbefa43f82c0be687827f6af2d64084bc48 (patch)
treea20d2b713379538530efae8e8d03670d8f9acaed
parent8516cccecfbe17b689b451898a22991cfdf88ae8 (diff)
downloadvim-3486afbefa43f82c0be687827f6af2d64084bc48.tar.gz
updated for version 7.1-137v7.1.137v7-1-137
-rw-r--r--src/misc2.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/misc2.c b/src/misc2.c
index 165b65bb..19b99e2b 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 9ab42f8b..26d6b6cf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 137,
+/**/
136,
/**/
135,