commit | 796aa9c804f09276bd3cc45123f4a191a001dec2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 21:41:28 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 02 21:41:28 2016 +0200 |
tree | 02ebdb00bf1db0c00547c4f33ebfba582da217e2 | |
parent | bc8801c9317eb721a2ee91322669f2dd5d136380 [diff] [blame] |
patch 7.4.2144 Problem: On MS-Windows quickix does not handle a line with 1023 bytes ending in CR-LF properly. Solution: Don't consider CR a line break. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 1c7d2c3..a6f1794 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2144, +/**/ 2143, /**/ 2142,