diff src/version.c @ 3925:18e95db59826 v7.3.718

updated for version 7.3.718 Problem: When re-using the current buffer the buffer-local options stay. Solution: Re-initialize the buffer-local options. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Nov 2012 12:16:58 +0100
parents 6a76846b84eb
children e6d8b44065bc
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    718,
+/**/
     717,
 /**/
     716,