1
0
forked from aniani/vim

patch 7.4.1513

Problem:    "J" fails if there are not enough lines. (Christian Neukirchen)
Solution:   Reduce the count, only fail on the last line.
This commit is contained in:
Bram Moolenaar
2016-03-08 14:44:42 +01:00
parent 94d0191dbc
commit 41e0f2f48f
4 changed files with 28 additions and 5 deletions

View File

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