diff src/version.c @ 6365:387e63680524 v7.4.515

updated for version 7.4.515 Problem: In a help buffer the global 'foldmethod' is used. (Paul Marshall) Solution: Reset 'foldmethod' when starting to edit a help file. Move the code to a separate function.
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Nov 2014 19:28:16 +0100
parents e6c5ff35500d
children 81c9b19ee0fb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    515,
+/**/
     514,
 /**/
     513,