From: Daniel Hahler Date: Fri, 27 Feb 2015 17:17:37 +0000 (+0100) Subject: Fix indenting of strings, especially after opening paren X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/446bfd0cb17b5ea5b13161440a61d1a5f057c703?ds=sidebyside;hp=446bfd0cb17b5ea5b13161440a61d1a5f057c703 Fix indenting of strings, especially after opening paren Fixes https://github.com/hynek/vim-python-pep8-indent/issues/36 Closes https://github.com/hynek/vim-python-pep8-indent/pull/37 ---