From: Steven Maude <StevenMaude@users.noreply.github.com>
Date: Wed, 15 Jul 2020 18:36:14 +0000 (+0100)
Subject: Update curl command to use stable branch (#1543)
X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/5010bb42798d6a5c7a5e35a54baad96df6f6814d

Update curl command to use stable branch (#1543)
---

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