Fixed indent bug
This commit is contained in:
parent
5425da4b3c
commit
d2cf008545
@ -125,7 +125,7 @@ endfunction
|
||||
" {{{1 s:indent_braces
|
||||
function! s:indent_braces(cline, pline)
|
||||
return s:match_brace(a:pline, s:delimiters_open)
|
||||
\ + s:match_brace(a:pline, s:delimiters_close)
|
||||
\ - s:match_brace(a:pline, s:delimiters_close)
|
||||
endfunction
|
||||
|
||||
" {{{1 s:match_brace
|
||||
|
Loading…
Reference in New Issue
Block a user