Some formating.

This commit is contained in:
Israel Chauca Fuentes
2010-11-06 22:41:31 -05:00
parent ff4745b191
commit e1b52d3676
2 changed files with 1 additions and 1 deletions

View File

@@ -252,6 +252,7 @@ function! delimitMate#ParenDelim(char) " {{{
if delimitMate#IsForbidden(a:char)
return ''
endif
" Try to balance matchpairs
if b:_l_delimitMate_balance_matchpairs &&
\ delimitMate#BalancedParens(a:char) <= 0
return ''