*: Fix linter errors

This commit is contained in:
ZyX
2017-02-23 01:38:54 +03:00
parent 858ac9d8e5
commit 9c1865c7f8
5 changed files with 8 additions and 11 deletions

View File

@@ -576,7 +576,7 @@ void getout(int exitval)
buf_T *buf = wp->w_buffer;
if (buf->b_changedtick != -1) {
apply_autocmds(EVENT_BUFWINLEAVE, buf->b_fname,
buf->b_fname, FALSE, buf);
buf->b_fname, false, buf);
buf_set_changedtick(buf, -1); // note that we did it already
// start all over, autocommands may mess up the lists
next_tp = first_tabpage;