From: Ɓukasz Langa Date: Wed, 11 Apr 2018 23:25:47 +0000 (-0700) Subject: Don't omit escaping the second consecutive quote X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/cf8e998f46e89da39fa64029cc4550e2862f7ec2?hp=cf8e998f46e89da39fa64029cc4550e2862f7ec2 Don't omit escaping the second consecutive quote This would produce invalid code for strings like `"x = ''; y = \"\""`. ---