From: Michael J. Sullivan Date: Tue, 17 Sep 2019 20:40:03 +0000 (-0700) Subject: Don't allow type comments to be merged behind regular comments (#1027) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/0c44220e216f6d253087f96341110c693d3ef2d4?ds=sidebyside;hp=0c44220e216f6d253087f96341110c693d3ef2d4 Don't allow type comments to be merged behind regular comments (#1027) Type comments only apply if they are the first comment on the line, which means that allowing them to be pushed behind a regular comment when joining lines is a semantic change (and, indeed, one that black catches and fails on). ---