X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/782b0f03dab8080df9d62d9a2014b19d9d738e09..5f4184fb1200b329e810c1e4c866c86fdf44c135:/indent/python.vim diff --git a/indent/python.vim b/indent/python.vim index 20469e2..86155cf 100644 --- a/indent/python.vim +++ b/indent/python.vim @@ -44,7 +44,8 @@ let s:block_rules_multiple = { \ } " Pairs to look for when searching for opening parenthesis. " The value is the maximum offset in lines. -let s:paren_pairs = {'()': 10, '[]': 100, '{}': 1000} +let s:paren_pairs = {'()': 50, '[]': 100, '{}': 1000} + if &filetype ==# 'pyrex' || &filetype ==# 'cython' let b:control_statement = '\v^\s*(class|def|if|while|with|for|except|cdef|cpdef)>' else