comparison 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
comparison
equal deleted inserted replaced
6666:a82c9509dbce 6667:9f74286c4404
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 658,
744 /**/ 746 /**/
745 657, 747 657,
746 /**/ 748 /**/
747 656, 749 656,
748 /**/ 750 /**/