X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/922268fbd89a49991b5b5b73e969f8daa8a10263..5e955165c22ec1bb874728195a7ce2a48b2edbac:/indent/python.vim?ds=inline diff --git a/indent/python.vim b/indent/python.vim index 22ca76f..e251ce2 100644 --- a/indent/python.vim +++ b/indent/python.vim @@ -44,7 +44,7 @@ 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} " Maximum offset when looking for multiline statements (in round parenthesis). let s:maxoff_multiline_statement = 50