From: Ɓukasz Langa Date: Fri, 30 Mar 2018 04:06:18 +0000 (-0700) Subject: Remove standalone comment hacks X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c55d08d0b96c8de8bd867ca315e380d9e9d2d7ec?hp=c55d08d0b96c8de8bd867ca315e380d9e9d2d7ec Remove standalone comment hacks Now Black properly splits standalone comments within bracketed expressions. They are treated as another type of split instead of being bolted on with whitespace prefixes. A related fix: now multiple comments might appear after a given leaf. Fixes #22 ---