commit | 6be8c8e165204b8aa4eeb8a52be87a58d8b41b9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 13:17:09 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 30 13:17:09 2016 +0200 |
tree | 6115ad9a526e328c7e5f411c829208df839d57da | |
parent | 113ce084569893a3897c8cc4d7d0f301fef7978a [diff] [blame] |
patch 7.4.1802 Problem: Quickfix doesn't handle long lines well, they are split. Solution: Drop characters after a limit. (Anton Lindqvist)
diff --git a/src/version.c b/src/version.c index 36ea2e8..fc31642 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1802, +/**/ 1801, /**/ 1800,