mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:59:03 -08:00
kill C++ auto commenting
This commit is contained in:
parent
4edd550f9c
commit
e591f5627a
1 changed files with 5 additions and 0 deletions
|
@ -179,6 +179,11 @@ if has('autocmd')
|
|||
au BufRead,BufNewFile *.asm setlocal ft=lips
|
||||
augroup END
|
||||
|
||||
augroup nocomment
|
||||
au!
|
||||
au FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
|
||||
augroup END
|
||||
|
||||
augroup sessions
|
||||
au!
|
||||
au VimEnter * call LoadSession()
|
||||
|
|
Loading…
Reference in a new issue