From: Jelle Zijlstra Date: Thu, 2 Dec 2021 22:35:02 +0000 (-0800) Subject: Remove regex dependency (GH-2663) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/bd9d52b52d58df60bffe164309a48cb61ac8d3b7?hp=bd9d52b52d58df60bffe164309a48cb61ac8d3b7 Remove regex dependency (GH-2663) We were no longer using it since GH-2644 and GH-2654. This should hopefully make using Black easier to use as there's one less compiled dependency. The core team also doesn't have to deal with the surprisingly frequent fires the regex packaging setup goes through. Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com> ---