From: Michael J. Sullivan Date: Tue, 15 Oct 2019 01:15:18 +0000 (-0700) Subject: Fix type: ignore line breaking when there is a destructuring assignment (#1065) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/7b11f04d54d6da117ed5e640fd9420727f07ef81?ds=inline;hp=7b11f04d54d6da117ed5e640fd9420727f07ef81 Fix type: ignore line breaking when there is a destructuring assignment (#1065) It turns out we also need to handle invisible *left* parens added at the *start* of a line. Refactor `contains_unsplittable_type_ignore` to handle this more cleanly. ---