Fix typo.

This commit is contained in:
Israel Chauca Fuentes
2010-11-09 03:19:44 -06:00
parent f3d140e363
commit f7b53f045d

View File

@@ -260,7 +260,7 @@ function! delimitMate#ParenDelim(char) " {{{
let line = getline('.')
let col = col('.')-2
if b:_l_delimitMate_smart_matchpairs &&
\ line[col+1] =~ '\S'
\ line[col+1] =~ '\w'
return ''
elseif (col) < 0
call setline('.',a:char.line)