• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Remove BOM marker from file with VimEdit

Created 8/28/2010, updated 5/18/2017

Show whether current file has a BOM:

:set bomb?

Remove BOM and write out file to disk:

:set nobomb
:w
  • vim
  • recipe
  • bom
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).