From: Zsolt Dollenstein Date: Sat, 31 Mar 2018 18:21:25 +0000 (+0100) Subject: Normalize string quotes (#75) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/80bd2b3134b4f01da4e279d040a224326b3577e5?hp=80bd2b3134b4f01da4e279d040a224326b3577e5 Normalize string quotes (#75) * Normalize string quotes Convert single-quoted strings to double-quoted. Convert triple single-quoted strings to triple double-quoted. Do not touch any strings where conversion would increase the number of backslashes. Fixes #51. * reformat Black itself ---