diff src/version.c @ 2648:656e652c6579 v7.3.068

updated for version 7.3.068 Problem: Using freed memory when doing ":saveas" and an autocommand sets 'autochdir'. (Kevin Klement) Solution: Get the value of fname again after executing autocommands.
author Bram Moolenaar <bram@vim.org>
date Wed, 24 Nov 2010 17:59:32 +0100
parents dfd5dcc73daa
children b2789846ed39
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    68,
+/**/
     67,
 /**/
     66,