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