mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:49:02 -08:00
Merge branch 'master' of github.com:notwa/rc
This commit is contained in:
commit
710407a878
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