mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
refactor: replace char_u variables and functions with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -643,8 +643,7 @@ void getout(int exitval)
|
||||
bufref_T bufref;
|
||||
|
||||
set_bufref(&bufref, buf);
|
||||
apply_autocmds(EVENT_BUFWINLEAVE, buf->b_fname,
|
||||
buf->b_fname, false, buf);
|
||||
apply_autocmds(EVENT_BUFWINLEAVE, buf->b_fname, buf->b_fname, false, buf);
|
||||
if (bufref_valid(&bufref)) {
|
||||
buf_set_changedtick(buf, -1); // note that we did it already
|
||||
}
|
||||
|
Reference in New Issue
Block a user