diff src/version.c @ 6667:9f74286c4404 v7.4.658

updated for version 7.4.658 Problem: 'formatexpr' is evaluated too often. Solution: Only invoke it when beyond the 'textwidth' column, as it is documented. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Mar 2015 14:48:49 +0100
parents 9fda0c52db0b
children 5a12a6861367
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 */
 /**/
+    658,
+/**/
     657,
 /**/
     656,