no more angle matching

This commit is contained in:
Barak Michener 2014-03-23 14:24:57 -04:00
parent 312c88e95e
commit ae67b37b50
7 changed files with 116 additions and 117 deletions

View file

@ -43,7 +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 = "(:),[:],{:},<:>"
au FileType cpp let b:delimitMate_matchpairs = "(:),[:],{:}"
"Settings per filetype
augroup python