mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
hasFolding return bool now
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user