1
0
forked from aniani/vim

patch 7.4.1802

Problem:    Quickfix doesn't handle long lines well, they are split.
Solution:   Drop characters after a limit. (Anton Lindqvist)
This commit is contained in:
Bram Moolenaar
2016-04-30 13:17:09 +02:00
parent 113ce08456
commit 6be8c8e165
4 changed files with 252 additions and 28 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1802,
/**/
1801,
/**/