Remove BOM marker from file with VimEdit
Show whether current file has a BOM:
:set bomb?
Remove BOM and write out file to disk:
:set nobomb
:w
Show whether current file has a BOM:
:set bomb?
Remove BOM and write out file to disk:
:set nobomb
:w