aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fold.c
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2018-04-24 21:45:36 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2018-05-23 22:07:27 +0200
commit491efc89d2e8da319077f7c6d93f07a01b543ab0 (patch)
tree33ff71b5a36b08e1045430c2c34f7bcbc1118120 /src/nvim/fold.c
parent3866137eed6b6e649ac95e53ad246e977f9ac2ae (diff)
downloadrneovim-491efc89d2e8da319077f7c6d93f07a01b543ab0.tar.gz
rneovim-491efc89d2e8da319077f7c6d93f07a01b543ab0.tar.bz2
rneovim-491efc89d2e8da319077f7c6d93f07a01b543ab0.zip
Lint
Diffstat (limited to 'src/nvim/fold.c')
-rw-r--r--src/nvim/fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/fold.c b/src/nvim/fold.c
index 4d947d9b07..32ba665f64 100644
--- a/src/nvim/fold.c
+++ b/src/nvim/fold.c
@@ -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);
}
}
}