mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Fix lint failed
This commit is contained in:
parent
85164b28cb
commit
b9474b0641
@ -7326,7 +7326,7 @@ static void f_bufload(typval_T *argvars, typval_T *unused, FunPtr fptr)
|
||||
|
||||
aucmd_prepbuf(&aco, buf);
|
||||
swap_exists_action = SEA_NONE;
|
||||
open_buffer(FALSE, NULL, 0);
|
||||
open_buffer(false, NULL, 0);
|
||||
aucmd_restbuf(&aco);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user