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.
2 parents d057c8b + 9d20ce6 commit 64fbbbbCopy full SHA for 64fbbbb
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
@@ -779,6 +779,8 @@ static char *(features[]) =
779
780
static int included_patches[] =
781
{ /* Add new patch number below this line */
782
+/**/
783
+ 503,
784
/**/
785
502,
786
0 commit comments