Skip to content

Instantly share code, notes, and snippets.

@rbtnn
Created January 21, 2014 13:46
Show Gist options
  • Save rbtnn/8540338 to your computer and use it in GitHub Desktop.
Save rbtnn/8540338 to your computer and use it in GitHub Desktop.
augroup auto_comment_off
augroup auto_comment_off
autocmd!
autocmd BufEnter * setlocal formatoptions-=ro
augroup END
@hyuki0000
Copy link

autocmd BufEnter * setlocal formatoptions-=r
autocmd BufEnter * setlocal formatoptions-=o
のように二行に分けた方がよいと先日知ったのでフィードバックいたします。
http://d.hatena.ne.jp/hyuki/20140122/vim#c をご参照ください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment