vim +X plik
To save the file without a BOM:
:setlocal nobomb :w
To ask Vim if there is a BOM:
:setlocal bomb?