This commit is contained in:
KillTheMule
2018-04-24 21:45:36 +02:00
parent 3866137eed
commit 491efc89d2
4 changed files with 10 additions and 10 deletions

View File

@@ -754,7 +754,7 @@ deleteFold (
// notification that includes every line that was part of the fold
int64_t num_changed = last_lnum - first_lnum;
buf_updates_send_changes(curbuf, first_lnum, num_changed,
num_changed, true);
num_changed, true);
}
}
}