Skip to content

Instantly share code, notes, and snippets.

@bonjin6770
Created February 18, 2013 14:41
Show Gist options
  • Save bonjin6770/4977899 to your computer and use it in GitHub Desktop.
Save bonjin6770/4977899 to your computer and use it in GitHub Desktop.
[Vim]BOMを付ける方法
"Vim で BOM を付けるには
:se fenc=utf-8 bomb
"vimの改行コードをLF(unix)に変更する
set fileformat=unix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment