diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2018-05-18 10:09:11 +0200 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2018-05-23 22:07:27 +0200 |
commit | 65e7f6f0b97b02e323488e06bf0f5df93bbcbf93 (patch) | |
tree | c4dd56622987e2605f14667ba6391124636d7266 /src/nvim/misc1.c | |
parent | 0bee3925ab5186211f10c823d4f149d4d16eb7a5 (diff) | |
download | rneovim-65e7f6f0b97b02e323488e06bf0f5df93bbcbf93.tar.gz rneovim-65e7f6f0b97b02e323488e06bf0f5df93bbcbf93.tar.bz2 rneovim-65e7f6f0b97b02e323488e06bf0f5df93bbcbf93.zip |
Rename some more, fixe borked renaming
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r-- | src/nvim/misc1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c index de68031135..6c5c47b91f 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 do_buf_event // 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_lines_event + // events after they're done modifying b_changedtick. ) { changed_lines_buf(curbuf, lnum, lnume, xtra); |