Fix lint failed

This commit is contained in:
Shougo Matsushita
2019-07-06 17:51:02 +09:00
parent 85164b28cb
commit b9474b0641

View File

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