hasFolding return bool now

This commit is contained in:
Nicolas Cornu
2015-09-07 15:16:35 +02:00
parent 63a39015f5
commit 16e9c853df
3 changed files with 5 additions and 5 deletions

View File

@@ -232,7 +232,7 @@ retnomove:
if (!first && count > -row)
break;
first = false;
hasFolding(curwin->w_topline, &curwin->w_topline, NULL);
(void)hasFolding(curwin->w_topline, &curwin->w_topline, NULL);
if (curwin->w_topfill < diff_check(curwin, curwin->w_topline)) {
++curwin->w_topfill;
} else {