diff src/version.c @ 6162:e60327caf909 v7.4.417

updated for version 7.4.417 Problem: After splitting a window and setting 'breakindent' the default minimum with is not respected. Solution: Call briopt_check() when copying options to a new window.
author Bram Moolenaar <bram@vim.org>
date Sun, 24 Aug 2014 21:39:49 +0200
parents 735bd597a8ff
children 00f58478e38b
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 */
 /**/
+    417,
+/**/
     416,
 /**/
     415,