From: Bryan Bugyi Date: Tue, 1 Jun 2021 00:57:23 +0000 (-0400) Subject: Correct max string length calculation when there are string operators (#2292) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a4e35b314977baae2e930abd24fa1013c7235e39?ds=sidebyside;hp=a4e35b314977baae2e930abd24fa1013c7235e39 Correct max string length calculation when there are string operators (#2292) PR #2286 did not fix the edge-cases (e.g. when the string is just long enough to cause a line to be 89 characters long). This PR corrects that mistake. ---