diff src/version.c @ 6725:bc62d1988bf2 v7.4.686

updated for version 7.4.686 Problem: "zr" and "zm" do not take a count. Solution: Implement the count, restrict the fold level to the maximum nesting depth. (Marcin Szamotulski)
author Bram Moolenaar <bram@vim.org>
date Tue, 31 Mar 2015 17:46:22 +0200
parents eefee03a37fe
children 7c5a0c69e1ac
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 */
 /**/
+    686,
+/**/
     685,
 /**/
     684,