commit | 13d3b05ed2cf9a54b18b4e8236f0af2c5386200c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 29 13:34:47 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 29 13:34:47 2018 +0200 |
tree | 6651b5e9b7aa1efbb966fda9a7dde82c6d60216b | |
parent | c36651b4b946333dce0a916326d821d2562cf39d [diff] [blame] |
patch 8.0.1774: reading very long lines can be slow Problem: Reading very long lines can be slow. Solution: Read up to 1 Mbyte at a time to avoid a lot of copying. Add a check for going over the column limit.
diff --git a/src/version.c b/src/version.c index 5d75dab..10e446a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1774, +/**/ 1773, /**/ 1772,