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 ''

View File

@@ -193,7 +193,6 @@ e.g.: >
*'b:delimitMate_expand_space'*
Values: 1 or 0 ~
Default: 0 ~
This option turns on/off the expansion of <Space>. Read |delimitMateExpansion|
for details.
e.g.: >