1
0
forked from aniani/vim

patch 7.4.781

Problem:    line2byte() returns one less when 'bin' and 'noeol' are set.
Solution:   Only adjust the size for the last line. (Rob Wu)
This commit is contained in:
Bram Moolenaar
2015-07-12 17:52:57 +02:00
parent 1db43b1145
commit fe6f186877
2 changed files with 3 additions and 1 deletions

View File

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