diff src/version.c @ 5182:4cbff53717d4 v7.4a.017

updated for version 7.4a.017 Problem: When 'foldmethod' is "indent", using ">>" on a line just above a fold makes the cursor line folded. (Evan Laforge) Solution: Call foldOpenCursor(). (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Jul 2013 16:34:32 +0200
parents 4104bed69ea5
children c6dd0c545e5c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    17,
+/**/
     16,
 /**/
     15,