aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2018-02-11 23:02:53 +0100
committerKillTheMule <KillTheMule@users.noreply.github.com>2018-05-23 22:07:27 +0200
commit2106bada5bbd6de4729a8714d011e0eca61cee35 (patch)
tree63ac8998a25853f3fd5cbf5af1556b368a63dbcf /src/nvim/misc1.c
parent6bdcbef2f5acfd9815599c751bd8dcbe3204281f (diff)
downloadrneovim-2106bada5bbd6de4729a8714d011e0eca61cee35.tar.gz
rneovim-2106bada5bbd6de4729a8714d011e0eca61cee35.tar.bz2
rneovim-2106bada5bbd6de4729a8714d011e0eca61cee35.zip
Enable -Wconversion
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r--src/nvim/misc1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c
index 7c9e728c92..47ec3eff32 100644
--- a/src/nvim/misc1.c
+++ b/src/nvim/misc1.c
@@ -1921,9 +1921,9 @@ changed_lines(
linenr_T lnume, // line below last changed line
long xtra, // number of extra lines (negative when deleting)
bool send_update // some callers like undo/redo call changed_lines()
- // and then increment b_changedtick *again*. This flag
- // allows these callers to send the nvim_buf_update events
- // after they're done modifying b_changedtick.
+ // and then increment b_changedtick *again*. This flag
+ // allows these callers to send the nvim_buf_update events
+ // after they're done modifying b_changedtick.
)
{
changed_lines_buf(curbuf, lnum, lnume, xtra);