Update
This commit is contained in:
parent
79fce146dd
commit
64938393bd
@ -217,7 +217,7 @@ function s:Balanced(lnum)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
let pos = match(l:line, (l:open ?
|
let pos = match(l:line, (l:open ?
|
||||||
\ '['.escape(tr(l:line[pos],'({[]})',')}][{(').l:line[pos],']').']' :
|
\ '['.matchstr(['][','()','{}'],l:line[pos]).']' :
|
||||||
\ '[][(){}]'), pos + 1)
|
\ '[][(){}]'), pos + 1)
|
||||||
endwhile
|
endwhile
|
||||||
return !l:open
|
return !l:open
|
||||||
|
Loading…
Reference in New Issue
Block a user