Skip to content

Instantly share code, notes, and snippets.

@ilstar
Created January 19, 2011 07:03
Show Gist options
  • Select an option

  • Save ilstar/785802 to your computer and use it in GitHub Desktop.

Select an option

Save ilstar/785802 to your computer and use it in GitHub Desktop.
vim
" 解决在编辑文件时底部出现\ No newline at end of file的问题
au BufWritePre * :set binary | set noeol
au BufWritePost * :set nobinary | set eol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment