From 702e6c3e62cf5342ea09100458c7ce3c3e38620f Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Sat, 11 Jul 2020 13:00:46 +0100 Subject: [PATCH] Update curl command to use stable branch --- 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 00241f23335..eb83a1a4b43 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