From: Jelle Zijlstra Date: Sun, 20 Oct 2019 16:02:17 +0000 (-0700) Subject: Back out #850 (#1079) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/14b28c89c22659e1f935bc0ac22ee03d90bcc290?hp=14b28c89c22659e1f935bc0ac22ee03d90bcc290 Back out #850 (#1079) Fixes #1042 (and probably #1044 which looks like the same thing). The issue with the "obviously unnecessary" parentheses that #850 removed is that sometimes they're necessary to help Black fit something in one line. I didn't see an obvious solution that still removes the parens #850 was intended to remove, so let's back out this change for now in the interest of unblocking a release. This PR also adds a test adapted from the failing example in #1042, so that if we try to reapply the #850 change we don't break the same case again. ---