1
0
forked from aniani/vim

patch 8.2.1599: missing line end when skipping a long line with :cgetfile

Problem:    Missing line end when skipping a long line with :cgetfile.
Solution:   Fix off-by-one error. (closes #6870)
This commit is contained in:
Bram Moolenaar
2020-09-05 17:03:40 +02:00
parent 2ce14589f2
commit 59941cbd80
3 changed files with 21 additions and 1 deletions

View File

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