From: Zsolt Dollenstein Date: Wed, 4 Apr 2018 20:20:46 +0000 (+0100) Subject: Handle backslashes in raw strings while normalizing (#105) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/51b3b2624d4b1e4608eb9addd7d292cc5174a047?ds=inline;hp=51b3b2624d4b1e4608eb9addd7d292cc5174a047 Handle backslashes in raw strings while normalizing (#105) In raw strings, a single backslash means a literal backslash. It is also used to escape quotes if it precedes them. This means it is impossible to change the quote type for strings that contain an unescaped version of the other quote type. Fixes #100 ---