Fixed indent bug

This commit is contained in:
Karl Yngve Lervåg 2013-11-04 10:51:57 +01:00
parent 5425da4b3c
commit d2cf008545

View File

@ -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