From 5010bb42798d6a5c7a5e35a54baad96df6f6814d Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Wed, 15 Jul 2020 19:36:14 +0100 Subject: [PATCH] Update curl command to use stable branch (#1543) --- docs/editor_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/editor_integration.md b/docs/editor_integration.md index 00241f2..eb83a1a 100644 --- a/docs/editor_integration.md +++ b/docs/editor_integration.md @@ -146,7 +146,7 @@ or you can copy the plugin from ``` mkdir -p ~/.vim/pack/python/start/black/plugin -curl https://raw.githubusercontent.com/psf/black/master/plugin/black.vim -o ~/.vim/pack/python/start/black/plugin/black.vim +curl https://raw.githubusercontent.com/psf/black/stable/plugin/black.vim -o ~/.vim/pack/python/start/black/plugin/black.vim ``` Let me know if this requires any changes to work with Vim 8's builtin `packadd`, or -- 2.39.2