From: Yilei "Dolee" Yang Date: Tue, 23 Aug 2022 03:40:38 +0000 (-0700) Subject: Fix a string merging/split issue caused by standalone comments. (#3227) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/21218b666aeafd1c089cbe998e730f97605d25b2?hp=21218b666aeafd1c089cbe998e730f97605d25b2 Fix a string merging/split issue caused by standalone comments. (#3227) Fixes #2734: a standalone comment causes strings to be merged into one far too long (and requiring two passes to do so). Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com> ---