fix snippets and matching

This commit is contained in:
Barak Michener 2014-01-20 20:13:00 -05:00
parent 9674c8cca9
commit f7647a31dc
3 changed files with 89 additions and 13 deletions

View file

@ -43,6 +43,7 @@ au Filetype html,xml,xsl source ~/.vim/closetag.vim
au BufRead,BufNewFile *.go set filetype=go
au FileType cpp let b:delimitMate_matchpairs = "(:),[:],{:},<:>"
"Settings per filetype
augroup python