commit | 0f8dd840fc6a614450db60ebe405d6201a2ecc3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 08 14:48:49 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 08 14:48:49 2015 +0100 |
tree | 8b102bc32309e6ac6deda12cf6c0f827323debbb | |
parent | ab11a5914b04228249d429cbc2dd6c56ae6c8232 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0e39cfb..6e579e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 658, +/**/ 657, /**/ 656,