Fix lint failed

This commit is contained in:
Shougo Matsushita 2019-07-06 17:51:02 +09:00
parent 85164b28cb
commit b9474b0641
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}