mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
*: Fix linter errors
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user