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