no more angle matching
This commit is contained in:
parent
312c88e95e
commit
ae67b37b50
7 changed files with 116 additions and 117 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue