From 7810a37eb8bc8aaccba153f76eaf543e854865eb Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Sat, 4 Oct 2025 19:19:39 +0200 Subject: [PATCH 1/4] Improve vim plugin error message Split the error message between vim version and python3 support missing. This make things clearer for the user. --- CHANGES.md | 2 ++ plugin/black.vim | 19 ++++++++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d3e8b3d82ff..dd8eea7a8d1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -48,6 +48,8 @@ - Enhance GitHub Action `psf/black` to support the `required-version` major-version-only "stability" format when using pyproject.toml (#4770) +- Improve error message for vim plugin users. It now handles independently vim version and python support missing (#4437) + ### Documentation