From: Daniel Hahler Date: Thu, 5 Oct 2017 21:12:24 +0000 (+0200) Subject: Intermediate fix for indenting huge dicts X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d6c602fcad59f58df00dc86e2609c9791a19ba71?hp=d6c602fcad59f58df00dc86e2609c9791a19ba71 Intermediate fix for indenting huge dicts This uses different offsets for the type of pairs: '()' and '[]' will only look for just 20 lines above, while 1000 lines are used for '{}', which might be a huge dict. Ref: https://github.com/Vimjas/vim-python-pep8-indent/pull/64. ---