Created
January 21, 2014 13:46
-
-
Save rbtnn/8540338 to your computer and use it in GitHub Desktop.
augroup auto_comment_off
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
augroup auto_comment_off | |
autocmd! | |
autocmd BufEnter * setlocal formatoptions-=ro | |
augroup END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
autocmd BufEnter * setlocal formatoptions-=r
autocmd BufEnter * setlocal formatoptions-=o
のように二行に分けた方がよいと先日知ったのでフィードバックいたします。
http://d.hatena.ne.jp/hyuki/20140122/vim#c をご参照ください。