We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37ffaa commit 9d20ce6Copy full SHA for 9d20ce6
2 files changed
src/fold.c
@@ -2755,7 +2755,7 @@ foldUpdateIEMSRecurse(
2755
/* End of fold found, update the length when it got shorter. */
2756
if (fp->fd_len != flp->lnum - fp->fd_top)
2757
{
2758
- if (fp->fd_top + fp->fd_len > bot + 1)
+ if (fp->fd_top + fp->fd_len - 1 > bot)
2759
2760
/* fold continued below bot */
2761
if (getlevel == foldlevelMarker
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 503,
769
/**/
770
502,
771
0 commit comments