mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-08 05:34:45 +08:00
Fix typo.
This commit is contained in:
@@ -260,7 +260,7 @@ function! delimitMate#ParenDelim(char) " {{{
|
|||||||
let line = getline('.')
|
let line = getline('.')
|
||||||
let col = col('.')-2
|
let col = col('.')-2
|
||||||
if b:_l_delimitMate_smart_matchpairs &&
|
if b:_l_delimitMate_smart_matchpairs &&
|
||||||
\ line[col+1] =~ '\S'
|
\ line[col+1] =~ '\w'
|
||||||
return ''
|
return ''
|
||||||
elseif (col) < 0
|
elseif (col) < 0
|
||||||
call setline('.',a:char.line)
|
call setline('.',a:char.line)
|
||||||
|
|||||||
Reference in New Issue
Block a user