1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2016-08-02 21:41:28 +02:00
parent bc8801c931
commit 796aa9c804
2 changed files with 9 additions and 17 deletions

View File

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